Skip to content

Commit 055e9ca

Browse files
committed
versus -> vs.
1 parent 87edc8c commit 055e9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/file_like.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def seek(self, offset: int, whence: int) -> bytes:
216216
f"{file_op_counter.num_seeks - init_seeks} additional seeks.")
217217

218218
# %%
219-
# Performance: local file path versus local file-like object
219+
# Performance: local file path vs. local file-like object
220220
# ----------------------------------------------------------
221221
#
222222

0 commit comments

Comments
 (0)