Skip to content

Commit

Permalink
Merge branch 'kianmeng-fix-typos'
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
tholo committed Mar 5, 2022
2 parents 00971a8 + 3730b90 commit 4856b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
-----

- Test on Python 3.7
- Escape a regex tring with r""
- Escape a regex string with r""

1.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ So if you have a conf.py like this::
func ( [1,2,3]) #this line lots PEP8 errors :)

then running again with the previous example will show a single
failure and it will ignore doc/conf.py alltogether::
failure and it will ignore doc/conf.py altogether::

$ pytest --flake8 -v # verbose shows what is ignored
======================================= test session starts ========================================
Expand Down

0 comments on commit 4856b0e

Please sign in to comment.