Skip to content

Commit

Permalink
Merge pull request #40 from ztane/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in index.rst ... datclass => dataclass
  • Loading branch information
mmerickel authored Nov 5, 2020
2 parents 63cee7e + 18265cb commit 51853db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=========================

``wired`` can be used for Inversion of Control (IoC) to build a custom app with dependency injection (DI.)
But maybe you want to adopt an existing DI system? ``wired.dataclasses`` provides a DI system based on Python's ``datclasses`` and fields.
But maybe you want to adopt an existing DI system? ``wired.dataclasses`` provides a DI system based on Python's ``dataclasses`` and fields.

For example, a dataclass that needs the ``Settings`` from a ``wired`` registry:

Expand Down

0 comments on commit 51853db

Please sign in to comment.