Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d250540

Browse files
committed
Merge branch 'kernelbase' of github.com:takluyver/ipython into kernelbase
2 parents 809e8f1 + 0a10a83 commit d250540

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/development/wrapperkernels.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ relevant section of the :doc:`messaging spec <messaging>`.
115115

116116
.. method:: do_inspect(code, cusor_pos, detail_level=0)
117117

118-
Object inspection
118+
Object introspection
119119

120120
:param str code: The code
121-
:param int cursor_pos: The position in the code where inspection is requested
121+
:param int cursor_pos: The position in the code where introspection is requested
122122
:param int detail_level: 0 or 1 for more or less detail. In IPython, 1 gets
123123
the source code.
124124

0 commit comments

Comments
 (0)