From b8ebd7fe7c9d9fca79d6c368a0a2ecec46a343d6 Mon Sep 17 00:00:00 2001
From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de>
Date: Mon, 14 Feb 2022 13:19:54 +0100
Subject: [PATCH] Fix typo (#1836)

---
 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 983b94d5..41374bd1 100644
--- a/doc/python/probe_sample.rst
+++ b/doc/python/probe_sample.rst
@@ -101,7 +101,7 @@ Density mechanism state variable
    .. py:function:: cable_probe_density_state_cell(mechanism, state)
 
    The value of the state variable ``state`` in the density mechanism ``mechanism``
-   on each cable in each CV of the cell discretixation.
+   on each cable in each CV of the cell discretization.
 
    Metadata: the list of corresponding :class:`cable` objects.
 
-- 
GitLab