Commit 5be7325d authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent b144388b
...@@ -87,6 +87,7 @@ class BytesLiteralBuilder(object): ...@@ -87,6 +87,7 @@ class BytesLiteralBuilder(object):
def getstrings(self): def getstrings(self):
return (self.getstring(), None) return (self.getstring(), None)
class StrLiteralBuilder(object): class StrLiteralBuilder(object):
"""Assemble both a bytes and a unicode representation of a string. """Assemble both a bytes and a unicode representation of a string.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment