From f89edbecad119c9fedd19e9913799bcad56fa542 2017-08-27 19:43:19 From: Eren Halici Date: 2017-08-27 19:43:19 Subject: [PATCH] Bang should be after the assignment operator --- diff --git a/docs/source/interactive/python-ipython-diff.rst b/docs/source/interactive/python-ipython-diff.rst index 9ae08f5..fc53afe 100644 --- a/docs/source/interactive/python-ipython-diff.rst +++ b/docs/source/interactive/python-ipython-diff.rst @@ -185,7 +185,7 @@ This allow you for example to put the list of files of the current working direc .. code-block:: ipython - In[1]: my_files != ls + In[1]: my_files =! ls You can combine the different possibilities in for loops, condition, functions...: