Skip to content

Commit 477aba2

Browse files
xiaketjonathanslenders
authored andcommitted
Fix documentation in PythonInput class
1 parent 3504360 commit 477aba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptpython/python_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class PythonInput(object):
129129
::
130130
131131
python_input = PythonInput(...)
132-
python_code = python_input.run()
132+
python_code = python_input.app.run()
133133
"""
134134
def __init__(self,
135135
get_globals=None, get_locals=None, history_filename=None,

0 commit comments

Comments
 (0)