Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada authored and Michael Howitz committed Jul 31, 2019
1 parent ceaadc9 commit 15d8096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/ClientStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def storeBlob(self, oid, serial, data, blobfilename, version, txn):
oid, serial, data, os.path.basename(target), id(txn))
else:

# Store a blob to the server. We don't want to real all of
# Store a blob to the server. We don't want to read all of
# the data into memory, so we use a message iterator. This
# allows us to read the blob data as needed.

Expand Down

0 comments on commit 15d8096

Please sign in to comment.