mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580)
pair of minor doc typo fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user