From 21fea3762a2c9c0ea98f895072cb01eaa63da29d Mon Sep 17 00:00:00 2001 From: Han Lu <11597940+ErbB4@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:08:34 +0200 Subject: [PATCH] Update spike_source_cell.rst (#2348) <!-- Please make sure your PR follows our [contribution guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib) and agree to the terms outlined in the [PR procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst). --> --------- Co-authored-by: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> --- doc/python/spike_source_cell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/spike_source_cell.rst b/doc/python/spike_source_cell.rst index a146e6a9..d7832978 100644 --- a/doc/python/spike_source_cell.rst +++ b/doc/python/spike_source_cell.rst @@ -12,7 +12,7 @@ Spike source cells .. function:: spike_source_cell(source, schedule) - Construct a spike source cell that generates spikes and give it the label ``source``. The label + Constructs a spike source cell that generates spikes and gives it the label ``source``. The label can be used for forming connections from the cell in the :py:class:`arbor.recipe` by creating a :py:class:`arbor.connection` -- GitLab