mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Add missing backtick
This commit is contained in:
parent
f63d1581e4
commit
92150a15b8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ v0.8.11
|
|||
to running an ``ls`` command.
|
||||
* New ``xonsh.tools.detype()`` function that simply calls an object's own
|
||||
``detype()`` method in order to detype it.
|
||||
* New ``xonsh.tools.always_none()`` function that simply returns ``None`.
|
||||
* New ``xonsh.tools.always_none()`` function that simply returns ``None``.
|
||||
* New ``Env.set_ensurer()`` method for setting an ensurer on an environment.
|
||||
|
||||
**Changed:**
|
||||
|
|
Loading…
Add table
Reference in a new issue