]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580)
authorGregory P. Smith <68491+gpshead@users.noreply.github.com>
Tue, 14 Apr 2026 23:29:35 +0000 (16:29 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2026 23:29:35 +0000 (23:29 +0000)
pair of minor doc typo fixes

Doc/library/enum.rst
Doc/library/sqlite3.rst

index 0a1d2a0bac33abc94e1e160b2bd777c8814f52ef..3b9604c446f7332eed7b359163ac34e4b5c14d67 100644 (file)
@@ -240,7 +240,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 ff1676c5bfb56198b6d53f89d8af03420ab68219..484260e63dd5f2f7ae5a57e959780936dc56cc41 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