diff options
| author | Nick Smith <clickthisnick@users.noreply.github.com> | 2019-05-19 06:13:09 -0400 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-05-19 12:13:09 +0200 |
| commit | 312dde3946433e36dfe2f2c5ba1229374a302932 (patch) | |
| tree | 643ddef2dd897093549858384d641cbeafe43ffb /doc/conf.py | |
| parent | c58dfdd557530f396f213eb5777df7a3c61dd08a (diff) | |
| download | pylint-git-312dde3946433e36dfe2f2c5ba1229374a302932.tar.gz | |
Fix misspellings in documentation (#2922)
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index b214a14cc..c89917ddb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -239,5 +239,5 @@ intersphinx_mapping = { } # Prevent label issues due to colliding section names -# through including mulitple documents +# through including multiple documents autosectionlabel_prefix_document = True |
