summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/run.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/run.rst b/doc/run.rst
index f8a65e2..9b2b218 100644
--- a/doc/run.rst
+++ b/doc/run.rst
@@ -52,7 +52,7 @@ assuming Pylint options are stored in ``pylint_options`` string, as:
lint.py_run(pylint_options)
To silently run Pylint on a ``module_name.py`` module,
-and get its standart output and error:
+and get its standard output and error:
.. sourcecode:: python