##// END OF EJS Templates
Merge pull request #10760 from erenhalici/patch-1...
Thomas Kluyver -
r23868:6876bc12 merge
parent child Browse files
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