Skip to content

Commit 3d1653f

Browse files
committed
Revert 3f9e308 (and explain why)
1 parent 3f9e308 commit 3d1653f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • doc/OnlineDocs/explanation/developer_utils

doc/OnlineDocs/explanation/developer_utils/config.rst

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

334+
..
335+
NOTE: the text above uses an Ellipsis because the line is rendered as:
336+
--reltol FLOAT, -r FLOAT relative convergence tolerance
337+
through Python 3.12, and beginning in Python 3.13 changed to:
338+
--reltol, -r FLOAT relative convergence tolerance
339+
334340
.. doctest::
335341
:hide:
336342

0 commit comments

Comments
 (0)