Skip to content

Commit

Permalink
PEP 8: Fix typos (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbritton6 authored May 11, 2022
1 parent a45a339 commit 46efeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep-0008.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ related one-liners (e.g. a set of dummy implementations).
Use blank lines in functions, sparingly, to indicate logical sections.

Python accepts the control-L (i.e. ^L) form feed character as
whitespace; Many tools treat these characters as page separators, so
whitespace; many tools treat these characters as page separators, so
you may use them to separate pages of related sections of your file.
Note, some editors and web-based code viewers may not recognize
control-L as a form feed and will show another glyph in its place.
Expand Down Expand Up @@ -1359,7 +1359,7 @@ Function Annotations
With the acceptance of :pep:`484`, the style rules for function
annotations have changed.

- Function annotations should use :pep:`484` syntax (There are some
- Function annotations should use :pep:`484` syntax (there are some
formatting recommendations for annotations in the previous section).

- The experimentation with annotation styles that was recommended
Expand Down

0 comments on commit 46efeee

Please sign in to comment.