Skip to content

Commit a9ffdf5

Browse files
remove extra newline
1 parent c199dd7 commit a9ffdf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sage/ext/fast_callable.pyx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def fast_callable(x, domain=None, vars=None,
336336
generators of ``parent(x)`` as the variables; otherwise, ``vars`` must be
337337
specified (unless ``x`` is a symbolic expression with only one variable,
338338
and ``expect_one_var`` is ``True``, in which case we will use that variable).
339-
339+
340340
INPUT:
341341
342342
- ``x`` -- an expression, element of ``SR``, or polynomial to compile
@@ -358,8 +358,7 @@ def fast_callable(x, domain=None, vars=None,
358358
359359
A callable object that can be evaluated rapidly by calling it
360360
with the appropriate variable values.
361-
362-
361+
363362
EXAMPLES::
364363
365364
sage: # needs sage.symbolic

0 commit comments

Comments
 (0)