summaryrefslogtreecommitdiff
path: root/scalarstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'scalarstring.py')
-rw-r--r--scalarstring.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scalarstring.py b/scalarstring.py
index 18dcc15..03db72d 100644
--- a/scalarstring.py
+++ b/scalarstring.py
@@ -13,9 +13,9 @@ __all__ = [
'FoldedScalarString',
'SingleQuotedScalarString',
'DoubleQuotedScalarString',
- # PreservedScalarString is the old name, as it was the first to be preserved on rt,
+ # PreservedScalarString is the old name, as it was the first to be preserved on rt,
# use LiteralScalarString instead
- 'PreservedScalarString',
+ 'PreservedScalarString',
]