Skip to content

Commit ce36e2d

Browse files
Fix linting errors found by pre-commit
1 parent fa1d877 commit ce36e2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ Sub-commands
16901690
:class:`!ArgumentParser` constructor.
16911691

16921692
This returned :class:`!ArgumentParser` object can be modified as usual.
1693-
1693+
16941694
Description of parameters:
16951695

16961696
* *title* - title for the sub-parser group in help output; by default

Misc/mypy/_colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../Lib/_colorize.py
1+
../../Lib/_colorize.py

Misc/mypy/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../Lib/token.py
1+
../../Lib/token.py

0 commit comments

Comments
 (0)