We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525e360 commit 3f7edd6Copy full SHA for 3f7edd6
bpython/test/test_curtsies_coderunner.py
@@ -52,4 +52,4 @@ def assert_unicode(self, s):
52
53
def test_bytes(self):
54
out = FakeOutput(mock.Mock(), self.assert_unicode, None)
55
- out.write('native string type')
+ out.write("native string type")
0 commit comments