Skip to content

Commit

Permalink
fixed a typo in confixed a typo in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Oct 10, 2024
1 parent 01d9cb7 commit f7db7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"qrules.topology.NodeType": "typing.TypeVar",
"SpinFormalism": ("obj", "qrules.transition.SpinFormalism"),
"StateDefinition": ("obj", "qrules.combinatorics.StateDefinition"),
"SateTransition": ("obj", "qrules.transition.StateTransition"),
"StateTransition": ("obj", "qrules.transition.StateTransition"),
"typing.Literal[-1, 1]": "typing.Literal",
}
api_target_types: dict[str, str | tuple[str, str]] = {
Expand Down

0 comments on commit f7db7a7

Please sign in to comment.