Skip to content

Commit 604dc69

Browse files
authored
docs: Fix double-dash converted to en-dash
The double-dash for command line option `--ignore` was being converted to an en-dash.
1 parent f8edd9e commit 604dc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ This is the current list of error and warning codes:
432432
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**, **E133**,
433433
**E226**, **E241**, **E242**, **E704**, **W503**, **W504** and **W505** are ignored
434434
because they are not rules unanimously accepted, and `PEP 8`_ does not enforce them.
435-
Please note that if the option **--ignore=errors** is used,
435+
Please note that if the option ``--ignore=errors`` is used,
436436
the default configuration will be overridden and ignore only the check(s) you skip.
437437
The check **W503** is mutually exclusive with check **W504**.
438438
The check **E133** is mutually exclusive with check **E123**. Use switch

0 commit comments

Comments
 (0)