summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJakob Normark <jakobnormark@gmail.com>2014-11-06 18:56:20 +0100
committerJakob Normark <jakobnormark@gmail.com>2014-11-06 18:56:20 +0100
commit413d634d27d3de0a9509dd7d9ff44d5b62f791b4 (patch)
treee713855278b12a83be68b71a69e54e0c5a325927 /doc
parentdfb7f592f9f6539901942b28d8f8def0ed393e75 (diff)
downloadpylint-413d634d27d3de0a9509dd7d9ff44d5b62f791b4.tar.gz
Fixed "standart" typos
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