We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9e308 commit 3d1653fCopy full SHA for 3d1653f
1 file changed
doc/OnlineDocs/explanation/developer_utils/config.rst
@@ -327,10 +327,16 @@ to the :class:`~argparse.ArgumentParser` object:
327
--disable-linesearch [DON'T] use line search
328
<BLANKLINE>
329
Tolerances:
330
- --reltol FLOAT, -r FLOAT relative convergence tolerance
331
- --abstol FLOAT, -a FLOAT absolute convergence tolerance
+ --reltol... -r FLOAT relative convergence tolerance
+ --abstol... -a FLOAT absolute convergence tolerance
332
333
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
+
340
.. doctest::
341
:hide:
342
0 commit comments