Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
DOC: Fix typo in ModelFactory docstring
Browse files Browse the repository at this point in the history
Fix typo in `ModelFactory` docstring.
  • Loading branch information
jhlegarreta committed Apr 27, 2024
1 parent b22efd5 commit 65ab2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eddymotion/model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ModelFactory:
@staticmethod
def init(model="DTI", **kwargs):
"""
Instatiate a diffusion model.
Instantiate a diffusion model.
Parameters
----------
Expand Down

0 comments on commit 65ab2ff

Please sign in to comment.