diff --git a/docs/source/interactive/tutorial.rst b/docs/source/interactive/tutorial.rst index 78bd76a..605d8f4 100644 --- a/docs/source/interactive/tutorial.rst +++ b/docs/source/interactive/tutorial.rst @@ -93,7 +93,7 @@ existing objects, but also to infer completion statically without executing code. There is nothing particular need to get this to work, simply use tab completion on more complex expressions like the following:: - >>> data = ['Number of users', 123_456] + >>> data = ['Number of users', 123456] ... data[0]. IPython and Jedi will be able to infer that ``data[0]`` is actually a string