##// END OF EJS Templates
Make OS echo example Windows-compatible
Nikita Kniazev -
Show More
@@ -21,7 +21,7 b' Another example::'
21
21
22 Just like in IPython docstrings, you can use all IPython syntax and features::
22 Just like in IPython docstrings, you can use all IPython syntax and features::
23
23
24 In [9]: !echo "hello"
24 In [9]: !echo hello
25 hello
25 hello
26
26
27 In [10]: a='hi'
27 In [10]: a='hi'
General Comments 0
You need to be logged in to leave comments. Login now