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 ee34f95 commit ec76c9fCopy full SHA for ec76c9f
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
@@ -55,7 +55,7 @@ This document includes four main sections:
55
PEP written by Marc-André Lemburg.
56
57
58
-.. We use the following practises for SQL code:
+.. We use the following practices for SQL code:
59
- UPPERCASE for keywords
60
- snake_case for schema
61
- single quotes for string literals
0 commit comments