Skip to content

Commit

Permalink
Add a missing plural (#459)
Browse files Browse the repository at this point in the history
* fixes a typo
  • Loading branch information
cgobat authored Nov 18, 2022
1 parent 63330ea commit 56dec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ There is also an accompanying context manager for enabling the default SpiceyPy
name = spice.bodc2n(-9991) # will also raise an exception
In addition, for advanced users there are two function :py:meth:`spiceypy.spiceypy.found_check_off` and :py:meth:`spiceypy.spiceypy.found_check_on`
In addition, for advanced users there are two functions :py:meth:`spiceypy.spiceypy.found_check_off` and :py:meth:`spiceypy.spiceypy.found_check_on`
which will disable and enable the behavior without use of the context manager. Additionally, a method :py:meth:`spiceypy.spiceypy.get_found_catch_state` allows users
to query the current state of found flag catching setting.

0 comments on commit 56dec76

Please sign in to comment.