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 12fe40d commit 70efe7eCopy full SHA for 70efe7e
atest/logcheck.py
@@ -4,7 +4,7 @@
4
5
6
def file_should_not_contain_phrases(filename, offset=0, *phrases):
7
- """don't fail _too_ hard if the file can't be read for soem reason"""
+ """don't fail _too_ hard if the file can't be read for some reason"""
8
with open(filename, "rb") as fp:
9
raw = fp.read()[offset:]
10
0 commit comments