From 9b495838084552b5d7994482dce832ad1f669373 Mon Sep 17 00:00:00 2001 From: Robin De Schepper <robin.deschepper93@gmail.com> Date: Tue, 16 Nov 2021 10:27:47 +0100 Subject: [PATCH] Fix type in python probe docs (#1763) --- doc/python/simulation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/simulation.rst b/doc/python/simulation.rst index 0104843a..a4931503 100644 --- a/doc/python/simulation.rst +++ b/doc/python/simulation.rst @@ -304,7 +304,7 @@ There are three parts to the process of recording cell data over a simulation. 1. Describing what to measure. - The recipe object must provide a method :py:func:`recipe.get_probes` that returns a list of + The recipe object must provide a method :py:func:`recipe.probes` that returns a list of probe addresses for the cell with a given ``gid``. The kth element of the list corresponds to the :term:`probe id` ``(gid, k)``. -- GitLab