Commit b195812c authored by Kirill Smelkov's avatar Kirill Smelkov

lib/zodb: Fix typos

parent 50a42028
...@@ -154,7 +154,7 @@ def zconn_at(zconn): # -> tid ...@@ -154,7 +154,7 @@ def zconn_at(zconn): # -> tid
# or DB wraps raw storage with MVCCAdapter. # or DB wraps raw storage with MVCCAdapter.
# #
# MVCCAdapter in turn uses either MVCCAdapterInstance (current) or # MVCCAdapter in turn uses either MVCCAdapterInstance (current) or
# HistoricalStorageAdapter, or UndoAdapterInstance. Retriving zconn.at from those: # HistoricalStorageAdapter, or UndoAdapterInstance. Retrieving zconn.at from those:
# #
# MVCCAdapterInstance # MVCCAdapterInstance
# ._start # ._start
...@@ -164,7 +164,7 @@ def zconn_at(zconn): # -> tid ...@@ -164,7 +164,7 @@ def zconn_at(zconn): # -> tid
# #
# UndoAdapterInstance # UndoAdapterInstance
# # no way to retrieve `at`, but .undo_instance() through which # # no way to retrieve `at`, but .undo_instance() through which
# # UndoAdapterInstance is returnerd, is not used anywhere. # # UndoAdapterInstance is returned, is not used anywhere.
# #
# For the reference: FileStorage, ZEO and NEO do not provide IMVCCStorage, thus # For the reference: FileStorage, ZEO and NEO do not provide IMVCCStorage, thus
# for them we can rely on MVCCAdapterInstance. # for them we can rely on MVCCAdapterInstance.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment