Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading