Skip to content

Commit 4f429c7

Browse files
committed
Spelling fixes
1 parent ca53501 commit 4f429c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Bugs:
2020

2121
* Fix another E305 false positive for variables beginning with "class" or
2222
"def"
23-
* Fix detection of multiple spaces betwen ``async`` and ``def``
23+
* Fix detection of multiple spaces between ``async`` and ``def``
2424
* Fix handling of variable annotations. Stop reporting E701 on Python 3.6 for
2525
variable annotations.
2626

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ editing::
1919

2020
Now you have a copy of the pycodestyle codebase that is almost ready for
2121
edits. Next we will setup `virtualenv`_ which will help create an isolated
22-
environment to manage dependancies.
22+
environment to manage dependencies.
2323

2424

2525
Step 2: Use virtualenv when developing

0 commit comments

Comments
 (0)