Skip to content

Commit

Permalink
reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Apr 29, 2021
1 parent 2e1cb82 commit 1e99aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinxcontrib/spelling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def setup(app):
app.add_config_value('spelling_filters', [], 'env')
# Set a user-provided list of files to ignore
app.add_config_value('spelling_exclude_patterns', [], 'env')
# Choose whether or not the misspelled output should be displayed in the terminal
# Choose whether or not the misspelled output should be displayed
# in the terminal
app.add_config_value('spelling_verbose', True, 'env')
return {
"parallel_read_safe": True,
Expand Down

0 comments on commit 1e99aa8

Please sign in to comment.