Skip to content

Commit 12b436e

Browse files
kmozamiss-islington
authored andcommitted
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
Subsequent -> subsequent https://bugs.python.org/issue36168
1 parent c2cda63 commit 12b436e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/library/string.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ implementation as the built-in :meth:`~str.format` method.
146146
keyword arguments.
147147

148148
For compound field names, these functions are only called for the first
149-
component of the field name; Subsequent components are handled through
149+
component of the field name; subsequent components are handled through
150150
normal attribute and indexing operations.
151151

152152
So for example, the field expression '0.name' would cause

0 commit comments

Comments
 (0)