##// END OF EJS Templates
Fix argument type in docsting
klonuo -
Show More
@@ -64,7 +64,7 b' def latex_to_png(s, encode=False, backend=None, wrap=False):'
64 64
65 65 Parameters
66 66 ----------
67 s : text
67 s : str
68 68 The raw string containing valid inline LaTeX.
69 69 encode : bool, optional
70 70 Should the PNG data base64 encoded to make it JSON'able.
@@ -31,7 +31,7 b' def line_at_cursor(cell, cursor_pos=0):'
31 31 Parameters
32 32 ----------
33 33
34 cell: text
34 cell: str
35 35 multiline block of text
36 36 cursor_pos: integer
37 37 the cursor position
General Comments 0
You need to be logged in to leave comments. Login now