Remove extra word as noted in #550.

This commit is contained in:
Anthony Tuininga 2021-04-23 13:42:26 -06:00
parent df89702a4e
commit cb1061a553

View File

@ -11,7 +11,7 @@ defined by cx_Oracle. See the exception handling section in the
when an exception is raised.
Applications can catch exceptions as needed. For example, when trying to add a
customer that already exists in the database, the following could could be used
customer that already exists in the database, the following could be used
to catch the exception:
.. code-block:: python