]> granicus.if.org Git - python/commitdiff
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
authorKrishna Oza <krishoza15sep@gmail.com>
Mon, 1 Jul 2019 06:04:20 +0000 (11:34 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2019 06:04:20 +0000 (23:04 -0700)
Subsequent -> subsequent

https://bugs.python.org/issue36168

Doc/library/string.rst

index 288dde6b3fe4c05aa7edb65cf137d84a33000716..af8b9b358cc388979396e309440c545674b4eada 100644 (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