Skip to content

Commit

Permalink
Oxford spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Feb 25, 2024
1 parent d55a847 commit 7036625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ born from the need to create dynamically object trees from nested dictionaries
- Use dictionaries to create objects from the factory
- Create `attrs`-compatible converters to automatically convert dictionaries to
instances of registered types
- Customise factories to your needs
- Customize factories to your needs

Check the [documentation](https://dessinemoi.readthedocs.io) for more detail.

Expand Down
2 changes: 1 addition & 1 deletion src/dessinemoi/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def fullname(self):
@classmethod
def from_str(cls, value: str) -> LazyType:
"""
Initialise a :class:`LazyType` from a string representing its fully
Initialize a :class:`LazyType` from a string representing its fully
qualified name.
:param value:
Expand Down

0 comments on commit 7036625

Please sign in to comment.