diff --git a/docs/tutorial.rst b/docs/tutorial.rst index d666510e4..17e9ff137 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -6,7 +6,7 @@ Tutorial xonsh is a shell language and command prompt. Unlike other shells, xonsh is based on Python, with additional syntax added that makes calling subprocess commands, manipulating the environment, and dealing with the file system -easily. The xonsh command prompt gives users interactive access to the xonsh +easy. The xonsh command prompt gives users interactive access to the xonsh language. While all Python code is also xonsh, not all BASH code can be used in xonsh.