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 5c3deca commit 236aa0aCopy full SHA for 236aa0a
Doc/library/enum.rst
@@ -240,7 +240,7 @@ Data types
240
241
.. method:: EnumType.__len__(cls)
242
243
- Returns the number of member in *cls*::
+ Returns the number of members in *cls*::
244
245
>>> len(Color)
246
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