bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)

Subsequent -> subsequent

https://bugs.python.org/issue36168
(cherry picked from commit 12b436e3b0)

Co-authored-by: Krishna Oza <krishoza15sep@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-07-01 09:30:48 -07:00 committed by GitHub
parent 2683ded568
commit 59ec9ee4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ implementation as the built-in :meth:`~str.format` method.
keyword arguments.
For compound field names, these functions are only called for the first
component of the field name; Subsequent components are handled through
component of the field name; subsequent components are handled through
normal attribute and indexing operations.
So for example, the field expression '0.name' would cause