]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:49 +0000 (02:06 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2026 00:06:49 +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 6ddd7faf5a22a00bc176b41adf091e1ae5cccb84..b5b44458d63a4fbe6b1ea37b926f7ec9bc2f82a1 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 88393c8a0ddde8b947ae510921f4d7c01f443ebe..c29ce6b056c16ffdb0186c69a6a617a0689c06d4 100644 (file)
@@ -55,7 +55,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