Skip to content

Commit bfbabb5

Browse files
[3.14] tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580) (#148581)
tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580) pair of minor doc typo fixes (cherry picked from commit 236aa0a) Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
1 parent e590f00 commit bfbabb5

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
@@ -245,7 +245,7 @@ Data types
245245

246246
.. method:: EnumType.__len__(cls)
247247

248-
Returns the number of member in *cls*::
248+
Returns the number of members in *cls*::
249249

250250
>>> len(Color)
251251
3

Doc/library/sqlite3.rst

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

5959

60-
.. We use the following practises for SQL code:
60+
.. We use the following practices for SQL code:
6161
- UPPERCASE for keywords
6262
- snake_case for schema
6363
- single quotes for string literals

0 commit comments

Comments
 (0)