From ed957368b8d6607d15dbc4a3c9a655acca51ee69 Mon Sep 17 00:00:00 2001 From: Robin De Schepper <robin.deschepper93@gmail.com> Date: Wed, 17 Nov 2021 06:58:51 +0100 Subject: [PATCH] Small docs fix (#1760) --- doc/python/probe_sample.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/probe_sample.rst b/doc/python/probe_sample.rst index 410a671a..53056ab0 100644 --- a/doc/python/probe_sample.rst +++ b/doc/python/probe_sample.rst @@ -76,7 +76,7 @@ Total ionic current Total transmembrane current .. py:function:: cable_probe_total_current_cell() - Transmembrane current (nA) _including_ capacitive currents across each + Transmembrane current (nA) *including* capacitive currents across each cable in each CV of the cell discretization. Stimulus currents are not included. Metadata: the list of corresponding :class:`cable` objects. -- GitLab