We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53501 commit 4f429c7Copy full SHA for 4f429c7
CHANGES.txt
@@ -20,7 +20,7 @@ Bugs:
20
21
* Fix another E305 false positive for variables beginning with "class" or
22
"def"
23
-* Fix detection of multiple spaces betwen ``async`` and ``def``
+* Fix detection of multiple spaces between ``async`` and ``def``
24
* Fix handling of variable annotations. Stop reporting E701 on Python 3.6 for
25
variable annotations.
26
CONTRIBUTING.rst
@@ -19,7 +19,7 @@ editing::
19
Now you have a copy of the pycodestyle codebase that is almost ready for
edits. Next we will setup `virtualenv`_ which will help create an isolated
-environment to manage dependancies.
+environment to manage dependencies.
Step 2: Use virtualenv when developing
0 commit comments