Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mexanick committed Jul 30, 2024
1 parent 023eacb commit 25a1400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/core/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Tool(Application):
in case of exceptions.
User-defined code can raise custom exceptions both in the components
or in the tool methods. If these custom exceptions have an `exit_code` attribute,
or in the tool methods. If these custom exceptions have an ``exit_code`` attribute,
it will be propagated to the final exit code of the tool.
.. code:: python
Expand Down

0 comments on commit 25a1400

Please sign in to comment.