From 1720e0629c74dd02046c02a8e6ca56c4f8a28be9 2021-10-25 15:48:25 From: Nikita Kniazev Date: 2021-10-25 15:48:25 Subject: [PATCH] Make OS echo example Windows-compatible --- diff --git a/IPython/testing/plugin/test_exampleip.txt b/IPython/testing/plugin/test_exampleip.txt index 8afcbfd..96b1eae 100644 --- a/IPython/testing/plugin/test_exampleip.txt +++ b/IPython/testing/plugin/test_exampleip.txt @@ -21,7 +21,7 @@ Another example:: Just like in IPython docstrings, you can use all IPython syntax and features:: - In [9]: !echo "hello" + In [9]: !echo hello hello In [10]: a='hi'