summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-07-24 04:39:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-07-24 04:39:37 (GMT)
commit1cc9520327f4b197112f0c5b4aa10d5513d4bb9b (patch)
tree0ebc5d602f3cedf392dfadd26b9e16eac29a5326 /Objects
parent9f5388f24fd25c4788fb68251737b4cc238c8960 (diff)
downloadcpython-1cc9520327f4b197112f0c5b4aa10d5513d4bb9b.zip
cpython-1cc9520327f4b197112f0c5b4aa10d5513d4bb9b.tar.gz
cpython-1cc9520327f4b197112f0c5b4aa10d5513d4bb9b.tar.bz2
s/stringobject/bytesobject/ (closes #22036)
Patch by Martin Matusiak.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/stringlib/README.txt2
1 files changed, 1 insertions, 1 deletions
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