summaryrefslogtreecommitdiff
path: root/scalarstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'scalarstring.py')
-rw-r--r--scalarstring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scalarstring.py b/scalarstring.py
index ef283d2..822ae83 100644
--- a/scalarstring.py
+++ b/scalarstring.py
@@ -28,7 +28,7 @@ class ScalarString(text_type):
class PreservedScalarString(ScalarString):
- __slots__ = ('comment') # the comment after the | on the first line
+ __slots__ = 'comment' # the comment after the | on the first line
style = '|'