Cleanup: Grammar: it's vs its

This commit is contained in:
Hans Goudey
2023-06-13 14:51:49 -04:00
parent 58d2c7386d
commit 7d935f94f3
13 changed files with 20 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ IDENTIFIER_CHARS = set(string.ascii_letters + "_" + string.digits)
# -----------------------------------------------------------------------------
# General Utilities
# Note that we could use a hash, however there is no advantage, compare it's contents.
# Note that we could use a hash, however there is no advantage, compare its contents.
def file_as_bytes(filename: str) -> bytes:
with open(filename, 'rb') as fh:
return fh.read()