Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: David Glick <david@glicksoftware.com>
  • Loading branch information
mgedmin and davisagli authored Sep 25, 2024
1 parent f6ea516 commit 649814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/publisher/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def __init__(self, aFieldStorage):
if 'seekable' not in d and isinstance(
file, tempfile.SpooledTemporaryFile
):
# NB: can't assing file._file.seekable, file._file might roll over
# NB: can't assign file._file.seekable, file._file might roll over
d['seekable'] = lambda: file._file.seekable()

self.headers = aFieldStorage.headers
Expand Down

0 comments on commit 649814c

Please sign in to comment.