Kaydet (Commit) 5d19b9a1 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typos

üst 2e2cc6f2
...@@ -44,8 +44,8 @@ lots of shared sub-objects. The keys are ordinary strings. ...@@ -44,8 +44,8 @@ lots of shared sub-objects. The keys are ordinary strings.
determine which accessed entries are mutable, nor which ones were actually determine which accessed entries are mutable, nor which ones were actually
mutated). mutated).
Like file objects, shelve objects should closed explicitly to assure Like file objects, shelve objects should be closed explicitly to ensure
that the peristent data is flushed to disk. that the persistent data is flushed to disk.
Since the :mod:`shelve` module stores objects using :mod:`pickle`, the same Since the :mod:`shelve` module stores objects using :mod:`pickle`, the same
security precautions apply. Accordingly, you should avoid loading a shelf security precautions apply. Accordingly, you should avoid loading a shelf
......
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