Skip to content

Commit 27173b5

Browse files
author
Matthias Koeppe
committed
src/sage/misc/functional.py: Docstring cosmetics
1 parent ccc9dcb commit 27173b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sage/misc/functional.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,9 +1884,8 @@ def _do_sqrt(x, prec=None, extend=True, all=False):
18841884
18851885
- ``x`` -- a number
18861886
1887-
- ``prec`` -- ``None`` (default) or a positive integer
1888-
(bits of precision) If not ``None``, then compute the square root
1889-
numerically to prec bits of precision.
1887+
- ``prec`` -- a positive integer (default: ``None``); when specified,
1888+
compute the square root with ``prec`` bits of precision
18901889
18911890
- ``extend`` -- bool (default: ``True``); this is a placeholder, and is
18921891
always ignored since in the symbolic ring everything

0 commit comments

Comments
 (0)