Skip to content

Commit b9ae5b0

Browse files
committed
[thebeginning] Fix punctuation
A complete sentence should ends with a period punctuation.
1 parent 5aca60e commit b9ae5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/thebeginning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ There are more places where you should be following the same type of whitespace
101101

102102
- Add a space after "," in dicts, lists, tuples, and argument lists and after ":" in dicts.
103103

104-
- Spaces around assignments and comparisons (except in argument list)
104+
- Spaces around assignments and comparisons (except in argument list).
105105

106106
- No spaces just inside parentheses.
107107

0 commit comments

Comments
 (0)