Skip to content

Commit

Permalink
correct disable_ttx' docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Oct 31, 2023
1 parent 933e0de commit b2de253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluecellulab/cell/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def enable_ttx(self) -> None:
self._default_enable_ttx()

def disable_ttx(self) -> None:
"""Add TTX to the environment (i.e. block the Na channels).
"""Remove TTX from the environment (i.e. unblock the Na channels).
Disable TTX by inserting TTXDynamicsSwitch and setting ttxo to
1e-14
Expand Down

0 comments on commit b2de253

Please sign in to comment.