Skip to content

Commit 236aa0a

Browse files
authored
tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580)
pair of minor doc typo fixes
1 parent 5c3deca commit 236aa0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Data types
240240

241241
.. method:: EnumType.__len__(cls)
242242

243-
Returns the number of member in *cls*::
243+
Returns the number of members in *cls*::
244244

245245
>>> len(Color)
246246
3

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This document includes four main sections:
5555
PEP written by Marc-André Lemburg.
5656

5757

58-
.. We use the following practises for SQL code:
58+
.. We use the following practices for SQL code:
5959
- UPPERCASE for keywords
6060
- snake_case for schema
6161
- single quotes for string literals

0 commit comments

Comments
 (0)