Skip to content

Commit 46efeee

Browse files
authored
PEP 8: Fix typos (#2600)
1 parent a45a339 commit 46efeee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0008.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ related one-liners (e.g. a set of dummy implementations).
296296
Use blank lines in functions, sparingly, to indicate logical sections.
297297

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

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

13651365
- The experimentation with annotation styles that was recommended

0 commit comments

Comments
 (0)