Skip to content

Commit

Permalink
Merge pull request #618 from jonashaag/patch-1
Browse files Browse the repository at this point in the history
Fix docstring
  • Loading branch information
davidhalter committed Aug 18, 2015
2 parents 995a653 + b9902b2 commit 3c1cfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jedi/api/__init__.py
Expand Up @@ -62,8 +62,8 @@ class Script(object):
:type source: str
:param line: The line to perform actions on (starting with 1).
:type line: int
:param col: The column of the cursor (starting with 0).
:type col: int
:param column: The column of the cursor (starting with 0).
:type column: int
:param path: The path of the file in the file system, or ``''`` if
it hasn't been saved yet.
:type path: str or None
Expand Down

0 comments on commit 3c1cfff

Please sign in to comment.