Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f2c1a1f

Browse files
committed
Trac #25488: add optional kash tag to test case
1 parent 2b1bd8d commit f2c1a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/interfaces/kash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def function_call(self, function, args=None, kwds=None):
683683
"""
684684
EXAMPLES::
685685
686-
sage: kash.function_call('ComplexToPolar', [1+I], {'Results' : 1})
686+
sage: kash.function_call('ComplexToPolar', [1+I], {'Results' : 1}) # optional -- kash
687687
1.41421356237309504880168872421
688688
"""
689689
args, kwds = self._convert_args_kwds(args, kwds)

0 commit comments

Comments
 (0)