]> granicus.if.org Git - python/commitdiff
s/stringobject/bytesobject/ (closes #22036)
authorBenjamin Peterson <benjamin@python.org>
Thu, 24 Jul 2014 04:39:37 +0000 (21:39 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 24 Jul 2014 04:39:37 +0000 (21:39 -0700)
Patch by Martin Matusiak.

Objects/stringlib/README.txt

index ab506d60f94bbaa49dc8770ad4c78dbc4a42c855..8ff6ad8c4fa0f3eff0058ace4982ed36a3fd3eb2 100644 (file)
@@ -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