mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Fix typo
This commit is contained in:
parent
dca4a47715
commit
964e076484
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue