We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a232b commit 4774cffCopy full SHA for 4774cff
README.rst
@@ -20,7 +20,7 @@ AutoRegistry has a single powerful class ``Registry`` that can do the following
20
21
* Be inherited to automatically register subclasses by their name.
22
23
-* Be directly invoked ``my_registery = Registry()`` to create a decorator
+* Be directly invoked ``my_registry = Registry()`` to create a decorator
24
for registering callables like functions.
25
26
* Traverse and automatically create registries for other python libraries.
0 commit comments