From ee15aea509251f64d089c8992ff3fc1412cbc0c5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Tue, 8 Jun 2021 14:43:14 +0200 Subject: [PATCH] Fix typo (#1579) --- doc/internals/util.rst | 2 +- doc/python/probe_sample.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/internals/util.rst b/doc/internals/util.rst index b8a2fa7b..ea233ad0 100644 --- a/doc/internals/util.rst +++ b/doc/internals/util.rst @@ -28,7 +28,7 @@ Utility wrappers and containers .. cpp:function:: template <typename T> any_cast(...) Equivalent to ``std::any_cast`` for ``std::any`` arguments, ``any_cast`` - also performs analagous casting for the :cpp:class:`unique_any` and + also performs analogous casting for the :cpp:class:`unique_any` and :cpp:class:`any_ptr` utility classes. See :ref:`cppcablecell`. diff --git a/doc/python/probe_sample.rst b/doc/python/probe_sample.rst index a0459d3e..410a671a 100644 --- a/doc/python/probe_sample.rst +++ b/doc/python/probe_sample.rst @@ -3,7 +3,7 @@ Cable cell probing and sampling =============================== -Cable cell probe addresses are defined analagously to their counterparts in +Cable cell probe addresses are defined analogously to their counterparts in the C++ API (see :ref:`cablecell-probes` for details). Sample data recorded by the Arbor simulation object is returned in the form of a NumPy array, with the first column holding sample times, and subsequent columns holding -- GitLab