Skip to content

Commit 3f7edd6

Browse files
back to normal double quotes
1 parent 525e360 commit 3f7edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_curtsies_coderunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def assert_unicode(self, s):
5252

5353
def test_bytes(self):
5454
out = FakeOutput(mock.Mock(), self.assert_unicode, None)
55-
out.write('native string type')
55+
out.write("native string type")

0 commit comments

Comments
 (0)