Minor clarification

This commit is contained in:
twangboy 2015-09-09 14:30:43 -06:00
parent 4684b2ddd1
commit 2980bbda17

View file

@ -461,7 +461,7 @@ def delete_key_recursive(hive, key):
that failed to delete.
:rtype: dict
The following example will remove ``salt`` and all other subkeys from the
The following example will remove ``salt`` and all its subkeys from the
``SOFTWARE`` key in ``HKEY_LOCAL_MACHINE``:
CLI Example: