This commit is contained in:
Joseph Paul 2018-11-01 11:34:09 +01:00 committed by GitHub
parent dca4a47715
commit 964e076484
Failed to generate hash of commit

View file

@ -52,7 +52,7 @@ simple:
xonsh input. This follows the Python convention and helps trick xonsh input. This follows the Python convention and helps trick
syntax highlighting, though ``$`` is more traditional for shells. syntax highlighting, though ``$`` is more traditional for shells.
Since this is just Python, we are able import modules, print values, Since this is just Python, we are able to import modules, print values,
and use other built-in Python functionality: and use other built-in Python functionality:
.. code-block:: xonshcon .. code-block:: xonshcon