commit | ad4b0001794e47368b0997183b30b1171eab2790 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Oct 07 20:37:54 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Oct 07 20:37:54 2012 -0700 |
tree | a390e85fcddef84bd3182a420836fa52447c4649 | |
parent | e4831f6b1296869afd7ac88e674196a599542d50 [diff] [blame] |
Issue #14783: Backport changes from 3.2.
diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 7c4a86b..39fa740 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c
@@ -3799,7 +3799,7 @@ }; PyDoc_STRVAR(string_doc, -"str(object) -> string\n\ +"str(object='') -> string\n\ \n\ Return a nice string representation of the object.\n\ If the argument is a string, the return value is the same object.");