This commit is contained in:
Lucidiot 2019-10-03 08:43:07 +02:00
parent 269e578dd4
commit ba8dbc7740
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ The most basic usage of the registry is as follows:
The :meth:`metaclass <objtools.registry.ClassRegistry.metaclass>` property
provides a metaclass which performs auto-registration on the current
registry instance. Two keyword arguments may optionally be sent to this
registry instance. Two keyword arguments may optionally be sent to this
metaclass:
**register** (bool)

View File

@ -15,7 +15,7 @@ def namespacify(value: Any) -> Any:
:param value: Anything that may be a mapping or may be an iterable
that may hold a mapping.
:returns:
:returns:
* The value itself, if it is a Namespace instance or is neither
a mapping, a sequence, a set, or an iterable;
* A :class:`Namespace` instance for a mapping;