diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2014-11-12 22:26:04 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2014-11-12 22:26:04 +0200 |
commit | 5c727bd136e89b0366cf0335ef8a61440378707f (patch) | |
tree | ac8fa5bed5ad08a25f5e1e3689e6120eb237e298 /doc/output.rst | |
parent | ad83c5d56a58c9f07a713844ecbc5704090a8faa (diff) | |
download | pylint-git-5c727bd136e89b0366cf0335ef8a61440378707f.tar.gz |
Cleanup through documentation.
Diffstat (limited to 'doc/output.rst')
-rw-r--r-- | doc/output.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/output.rst b/doc/output.rst index 3a875477a..537bfcbfd 100644 --- a/doc/output.rst +++ b/doc/output.rst @@ -33,7 +33,7 @@ C category fullname of the message category -For exemple the former (pre 1.0) default format can be obtained with:: +For example, the former (pre 1.0) default format can be obtained with:: pylint --msg-template='{msg_id}:{line:3d},{column}: {obj}: {msg}' |