Skip to content

Commit 3f9e308

Browse files
committed
NFC: docs: remove '...' from example output
1 parent b7d112e commit 3f9e308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • doc/OnlineDocs/explanation/developer_utils

doc/OnlineDocs/explanation/developer_utils/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ to the :class:`~argparse.ArgumentParser` object:
327327
--disable-linesearch [DON'T] use line search
328328
<BLANKLINE>
329329
Tolerances:
330-
--reltol... -r FLOAT relative convergence tolerance
331-
--abstol... -a FLOAT absolute convergence tolerance
330+
--reltol FLOAT, -r FLOAT relative convergence tolerance
331+
--abstol FLOAT, -a FLOAT absolute convergence tolerance
332332
<BLANKLINE>
333333

334334
.. doctest::

0 commit comments

Comments
 (0)