s/stringobject/bytesobject/ (closes #22036)

Patch by Martin Matusiak.
This commit is contained in:
Benjamin Peterson 2014-07-23 21:39:37 -07:00
parent 9f5388f24f
commit 1cc9520327
1 changed files with 1 additions and 1 deletions

View 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