From 504197df30c1c3d0a2efcc6c6e9c57e367914f9d Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Wed, 2 Jun 2021 18:15:34 +0200 Subject: [PATCH] Trailing space after double backticks is required (#1572) --- doc/python/decor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/decor.rst b/doc/python/decor.rst index 2f19b999..4cebdb7c 100644 --- a/doc/python/decor.rst +++ b/doc/python/decor.rst @@ -129,7 +129,7 @@ Cable cell decoration Place one instance of synapse described by ``mechanism`` to each location in ``locations``. Returns a unique identifier that can be used to query the local indexes (see :gen:`index`) assigned to the - placed items on the cable cell. For instance: the ``index`` returned when a synapse mechanism is ``place``d, + placed items on the cable cell. For instance: the ``index`` returned when a synapse mechanism is placed, can be used when creating a :py:class:`arbor.connection` :param str locations: description of the locset. -- GitLab