We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26fef1 commit fcdf7a3Copy full SHA for fcdf7a3
Doc/library/enum.rst
@@ -245,7 +245,7 @@ Data types
245
246
.. method:: EnumType.__len__(cls)
247
248
- Returns the number of member in *cls*::
+ Returns the number of members in *cls*::
249
250
>>> len(Color)
251
3
Doc/library/sqlite3.rst
@@ -57,7 +57,7 @@ This document includes four main sections:
57
PEP written by Marc-André Lemburg.
58
59
60
-.. We use the following practises for SQL code:
+.. We use the following practices for SQL code:
61
- UPPERCASE for keywords
62
- snake_case for schema
63
- single quotes for string literals
0 commit comments