Skip to content

Commit

Permalink
Fixed a typo in an example code (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjaskowski authored and JarnoRFB committed Aug 1, 2019
1 parent 46d3282 commit 2683272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ and ``arg_description`` class variables:

.. code-block:: python
from sacred.commandline_option import CommandLineOption
from sacred.commandline_options import CommandLineOption
class ImprovedFlag(CommandLineOption):
""" This is my even better personal flag """
Expand Down

0 comments on commit 2683272

Please sign in to comment.