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

Miss Islington (bot) webhook-mailer at python.org
Mon Jul 1 02:04:26 EDT 2019


https://github.com/python/cpython/commit/12b436e3b079fb3e3a7197c089df90a77e3bdd77
commit: 12b436e3b079fb3e3a7197c089df90a77e3bdd77
branch: master
author: Krishna Oza <krishoza15sep at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-06-30T23:04:20-07:00
summary:

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



Subsequent -> subsequent

https://bugs.python.org/issue36168

files:
M Doc/library/string.rst

diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 288dde6b3fe4..af8b9b358cc3 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -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



More information about the Python-checkins mailing list