]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Apr 2026 00:06:41 +0000 (02:06 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2026 00:06:41 +0000 (17:06 -0700)
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 236aa0a4e2106f98757e12a9f656f98d91f03c13)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Doc/library/enum.rst
Doc/library/sqlite3.rst

index c07f41930facb50894fc254342ed049bfddaca60..11339dc9fe947f28229db0f57e837e85f19ab524 100644 (file)
@@ -245,7 +245,7 @@ Data types
 
    .. method:: EnumType.__len__(cls)
 
-      Returns the number of member in *cls*::
+      Returns the number of members in *cls*::
 
         >>> len(Color)
         3
index 7f8a0b29534f9258693c9d9050d410d852c9ce04..c2d309b3afc6dffdfa77b05d02f6320cc1ca5e07 100644 (file)
@@ -57,7 +57,7 @@ This document includes four main sections:
       PEP written by Marc-AndrĂ© Lemburg.
 
 
-.. We use the following practises for SQL code:
+.. We use the following practices for SQL code:
    - UPPERCASE for keywords
    - snake_case for schema
    - single quotes for string literals