Skip to content

Commit

Permalink
Fix two typos
Browse files Browse the repository at this point in the history
        styl -> style
        commnts -> comments
  • Loading branch information
GiantsLoveDeathMetal committed May 21, 2018
1 parent d6ab321 commit 7c1f075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/internal/writing-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Writing Code for Flake8
=========================

The maintainers of |Flake8| unsurprisingly have some opinions about the styl
The maintainers of |Flake8| unsurprisingly have some opinions about the style
of code maintained in the project.

At the time of this writing, |Flake8| enables all of PyCodeStyle's checks, all
Expand Down Expand Up @@ -141,7 +141,7 @@ As a result, of the above, we do not:

- Import only the objects we're using

- Add commnts explaining that an import is a standard library module or
- Add comments explaining that an import is a standard library module or
something else


Expand Down

0 comments on commit 7c1f075

Please sign in to comment.