From 1d3ffa25ea8caeffa3f91d0f1fb537c64600a945 Mon Sep 17 00:00:00 2001 From: Krishna Oza Date: Sun, 30 Jun 2019 18:15:26 +0530 Subject: [PATCH] fix the case for get_value doc https://bugs.python.org/issue36168 --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 288dde6b3fe4c0..af8b9b358cc388 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