Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 13, 2024
1 parent 0ac9ebc commit 5bf8b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ihm/multi_state_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ class Connectivity(object):
:type begin_state: :class:`ihm.model.State`
:param end_state: The end state of the connectivity. Can be None in case
of states that are not connected to others.
:type end_state: :class:`ìhm.model.State`
:type end_state: :class:`ihm.model.State`
:param details: Details to the connectivity.
:param dataset_group: The DatasetGroup that was used to obtain information
on the connectivity.
:type dataset_group: :class:`ìhm.dataset.DatasetGroup`
:type dataset_group: :class:`ihm.dataset.DatasetGroup`
:param kinetic_rate: A kinetic rate assigned to the connectivity.
:type kinetic_rate: :class:`KineticRate`
:param relaxation_time: A relaxation time assigned to the connectivity.
Expand Down

0 comments on commit 5bf8b29

Please sign in to comment.