Skip to content

Commit

Permalink
Corrected indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored Oct 11, 2017
1 parent 7085176 commit a35511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datatypes/test_bytes.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_lower(self):
print(b"[Hello] World".lower())
""")

def test_isspace(self):
def test_isspace(self):
self.assertCodeExecution("""
print(b'testisspace'.isspace())
print(b'test isspace'.isspace())
Expand Down

0 comments on commit a35511d

Please sign in to comment.