From 1cc9520327f4b197112f0c5b4aa10d5513d4bb9b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 23 Jul 2014 21:39:37 -0700 Subject: s/stringobject/bytesobject/ (closes #22036) Patch by Martin Matusiak. --- Objects/stringlib/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/stringlib/README.txt b/Objects/stringlib/README.txt index ab506d6..8ff6ad8 100644 --- a/Objects/stringlib/README.txt +++ b/Objects/stringlib/README.txt @@ -1,4 +1,4 @@ -bits shared by the stringobject and unicodeobject implementations (and +bits shared by the bytesobject and unicodeobject implementations (and possibly other modules, in a not too distant future). the stuff in here is included into relevant places; see the individual -- cgit v0.12