Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 authored Jul 14, 2021
1 parent 8bf1642 commit c60ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotmotif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, input_motif: str = None, **kwargs):
parser (dotmotif.parsers.Parser: DEFAULT_MOTIF_PARSER): The parser
to use to parse the document. Defaults to the v2 parser.
exclude_automorphisms (bool: False): Whether to exclude automorphism
variants of the motif when rturning results.
variants of the motif when returning results.
validators (List[Validator]): A list of dotmotif.Validators to use
when verifying the motif for correctness and executability.
Expand Down

0 comments on commit c60ba4e

Please sign in to comment.