Skip to content

Commit 170fb27

Browse files
committed
Fixing sphinx markup in documentation
1 parent 65e7ca6 commit 170fb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/computation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ accept the following arguments:
252252

253253
.. note::
254254

255-
The ``.min()`` and ``.max()`` will by default return the result as a float. For integer inputs, integer outputs can be obtained by passing ``as_float``=False
255+
The ``min`` and ``max`` functions will by default return the result as a float. For integer inputs, integer outputs can be obtained by passing True as the ``as_float`` argument.
256256

257257
.. warning::
258258

0 commit comments

Comments
 (0)