summaryrefslogtreecommitdiff
path: root/scalarstring.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-25 20:10:37 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-25 20:10:37 +0200
commit1e94fe210166e1206f3a4e9843ac47ba9e736ba6 (patch)
treeef7d8831a298dd1c847cba0c703ed7b4bac2f39a /scalarstring.py
parent313121f1489cf8cf4dc643ca7280650939368cef (diff)
downloadruamel.yaml-1e94fe210166e1206f3a4e9843ac47ba9e736ba6.tar.gz
mypy update
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',
]