[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 236aa0a4e2)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2026-04-15 02:06:41 +02:00 committed by GitHub
parent e590f007ed
commit bfbabb556c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View 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

View 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