mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-28 20:42:51 +08:00
Fix docstring
This commit is contained in:
@@ -62,8 +62,8 @@ class Script(object):
|
|||||||
:type source: str
|
:type source: str
|
||||||
:param line: The line to perform actions on (starting with 1).
|
:param line: The line to perform actions on (starting with 1).
|
||||||
:type line: int
|
:type line: int
|
||||||
:param col: The column of the cursor (starting with 0).
|
:param column: The column of the cursor (starting with 0).
|
||||||
:type col: int
|
:type column: int
|
||||||
:param path: The path of the file in the file system, or ``''`` if
|
:param path: The path of the file in the file system, or ``''`` if
|
||||||
it hasn't been saved yet.
|
it hasn't been saved yet.
|
||||||
:type path: str or None
|
:type path: str or None
|
||||||
|
|||||||
Reference in New Issue
Block a user