Skip to content

Commit c4a055f

Browse files
authored
Update strings.py
using `...` instead ldots
1 parent 5f3e90e commit c4a055f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ class StringSplit(Builtin):
868868
<dd>splits $s$ at the delimiter $d$.
869869
<dt>'StringSplit[$s$, {"$d1$", "$d2$", ...}]'
870870
<dd>splits $s$ using multiple delimiters.
871-
<dt>'StringSplit[{$s_1$, $s_2, $\ldots$}, {"$d1$", "$d2$", ...}]'
871+
<dt>'StringSplit[{$s_1$, $s_2, ...}, {"$d1$", "$d2$", ...}]'
872872
<dd>returns a list with the result of applying the function to
873873
each element.
874874
</dl>

0 commit comments

Comments
 (0)