##// END OF EJS Templates
Backport PR #10760: Small fix: Bang should be after the assignment operator
Thomas Kluyver -
Show More
@@ -185,7 +185,7 b' This allow you for example to put the list of files of the current working direc'
185 185
186 186 .. code-block:: ipython
187 187
188 In[1]: my_files != ls
188 In[1]: my_files = !ls
189 189
190 190
191 191 You can combine the different possibilities in for loops, condition, functions...:
General Comments 0
You need to be logged in to leave comments. Login now