Skip to content

Commit 0a5b987

Browse files
author
A. Jesse Jiryu Davis
committed
Spelling
1 parent e54c5d4 commit 0a5b987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gridfs/grid_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@ def __enter__(self):
299299
def __exit__(self, exc_type, exc_val, exc_tb):
300300
"""Support for the context manager protocol.
301301
302-
Close the file and allow exceptions to propogate.
302+
Close the file and allow exceptions to propagate.
303303
"""
304304
self.close()
305305

306-
# propogate exceptions
306+
# propagate exceptions
307307
return False
308308

309309

0 commit comments

Comments
 (0)