Commit 12b436e3 authored by Krishna Oza's avatar Krishna Oza Committed by Miss Islington (bot)

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



Subsequent -> subsequent

https://bugs.python.org/issue36168
parent c2cda638
...@@ -146,7 +146,7 @@ implementation as the built-in :meth:`~str.format` method. ...@@ -146,7 +146,7 @@ implementation as the built-in :meth:`~str.format` method.
keyword arguments. keyword arguments.
For compound field names, these functions are only called for the first 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. normal attribute and indexing operations.
So for example, the field expression '0.name' would cause So for example, the field expression '0.name' would cause
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment