Skip to content

Commit

Permalink
Some Quick Start documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
daveraja committed Jul 16, 2019
1 parent 84ab3f1 commit 249a05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/clorm/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249a05f

Please sign in to comment.