1
0
forked from VimPlug/jedi

Added examples to API docs

This commit is contained in:
Danilo Bargen
2012-12-26 16:31:49 +01:00
parent 9f3bf0114e
commit 495ff87081
2 changed files with 61 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class Script(object):
:type line: int
:param col: The column of the cursor (starting with 0).
:type col: int
:param source_path: The path of the file in the file system, or ``None`` if
:param source_path: The path of the file in the file system, or ``''`` if
it hasn't been saved yet.
:type source_path: string or None
:param source_encoding: The encoding of ``source``, if it is not a