diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-19 10:36:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 10:36:50 -0400 |
commit | b1a6dd3bdb27590aec4612ba4bd58eb416a60d07 (patch) | |
tree | 7d41c99476227dff3c06c525671c8ecbf84dc4f1 /cmd2/transcript.py | |
parent | 36d9ec82c50b037becc204f9fc05d94c4d391ccf (diff) | |
parent | 9f3aa8955b9cb20ec48990227315276a34e7da32 (diff) | |
download | cmd2-git-b1a6dd3bdb27590aec4612ba4bd58eb416a60d07.tar.gz |
Merge pull request #517 from python-cmd2/fix_minor_warnings
Fix a couple minor lint warnings
Diffstat (limited to 'cmd2/transcript.py')
-rw-r--r-- | cmd2/transcript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/transcript.py b/cmd2/transcript.py index 5ba8d20d..8df58634 100644 --- a/cmd2/transcript.py +++ b/cmd2/transcript.py @@ -106,7 +106,7 @@ class Cmd2TestCase(unittest.TestCase): self.assertTrue(re.match(expected, result, re.MULTILINE | re.DOTALL), message) def _transform_transcript_expected(self, s: str) -> str: - """Parse the string with slashed regexes into a valid regex. + r"""Parse the string with slashed regexes into a valid regex. Given a string like: |