use double quotes for docstrings
This commit is contained in:
parent
5ea5e8d8f9
commit
31e52e20d6
15 changed files with 98 additions and 98 deletions
|
|
@ -107,8 +107,8 @@ def common_tests(layout: OasisLayout) -> None:
|
|||
|
||||
|
||||
def write_file_common(buf: IO[bytes], variant: int) -> IO[bytes]:
|
||||
'''
|
||||
'''
|
||||
"""
|
||||
"""
|
||||
assert variant in (1, 3), 'Error in test!!'
|
||||
|
||||
buf.write(HEADER)
|
||||
|
|
@ -376,8 +376,8 @@ def test_file_1() -> None:
|
|||
|
||||
|
||||
def write_file_2(buf: IO[bytes]) -> IO[bytes]:
|
||||
'''
|
||||
'''
|
||||
"""
|
||||
"""
|
||||
buf.write(HEADER)
|
||||
|
||||
write_uint(buf, 14) # CELL record (explicit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue