Issue #27626: Merge spelling fixes from 3.5

This commit is contained in:
Martin Panter 2016-07-28 01:30:58 +00:00
commit 8bde911115
33 changed files with 48 additions and 48 deletions

View file

@ -853,7 +853,7 @@ def register_unpack_format(name, extensions, function, extra_args=None,
_UNPACK_FORMATS[name] = extensions, function, extra_args, description
def unregister_unpack_format(name):
"""Removes the pack format from the registery."""
"""Removes the pack format from the registry."""
del _UNPACK_FORMATS[name]
def _ensure_directory(path):