From ad5fdcaa1569cf98499ccaaa973bb8b875c50359 Mon Sep 17 00:00:00 2001 From: Robert Chisholm Date: Mon, 17 Jul 2023 09:09:07 +0100 Subject: [PATCH] Typo Fix Noticed missing () --- src/guide/host-functions/agent-operations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/host-functions/agent-operations.rst b/src/guide/host-functions/agent-operations.rst index c57f5a6ea..cbe274105 100644 --- a/src/guide/host-functions/agent-operations.rst +++ b/src/guide/host-functions/agent-operations.rst @@ -44,7 +44,7 @@ Various reduction operators are provided, to allow specific agent variables to b * - :func:`sum()` - ``variable`` - Returns the sum of the specified agent variable. - * - :func:`meanStandardDeviation` + * - :func:`meanStandardDeviation()` - ``variable`` - Returns a pair of doubles, the first item being the mean, and the second the standard deviation of the specified agent variable. * - :func:`min()` @@ -293,4 +293,4 @@ Related Links * User Guide Page: :ref:`Defining Agents` * Full API documentation for :class:`HostAgentAPI` * Full API documentation for :class:`HostNewAgentAPI` -* Full API documentation for :class:`DeviceAgentVector` \ No newline at end of file +* Full API documentation for :class:`DeviceAgentVector`