File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ related one-liners (e.g. a set of dummy implementations).
296296Use blank lines in functions, sparingly, to indicate logical sections.
297297
298298Python 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
300300you may use them to separate pages of related sections of your file.
301301Note, some editors and web-based code viewers may not recognize
302302control-L as a form feed and will show another glyph in its place.
@@ -1359,7 +1359,7 @@ Function Annotations
13591359With the acceptance of :pep:`484`, the style rules for function
13601360annotations 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
You can’t perform that action at this time.
0 commit comments