From 249a05f5e5ac90fa3983a7513cd83f4f8bbb853f Mon Sep 17 00:00:00 2001 From: David Rajaratnam Date: Tue, 16 Jul 2019 12:29:27 +1000 Subject: [PATCH] Some Quick Start documentation update --- docs/clorm/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/clorm/quickstart.rst b/docs/clorm/quickstart.rst index 0b8dabe..ae7ac0d 100644 --- a/docs/clorm/quickstart.rst +++ b/docs/clorm/quickstart.rst @@ -307,8 +307,8 @@ interface. These include: automatic type conversion for writing Python functions that can be called from an ASP program using @-syntax. - Here function ``add`` is decorated with a automatic data conversion signature - to take two integers and return an integer. + Here function ``add`` is decorated with an automatic data conversion signature + to add two integers and return the resulting integer. .. code-block:: python