Skip to content

Commit

Permalink
More docfixes (#1369)
Browse files Browse the repository at this point in the history
Arg[z] and other scattered typos
  • Loading branch information
mmatera authored Feb 5, 2025
1 parent 2ae7b1e commit 5349006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mathics/builtin/arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Arg(MPMathFunction):
:WMA link:https://reference.wolfram.com/language/ref/Arg.html</url>)
<dl>
<dt>'Arg'[$z$, $method_option$]
<dt>'Arg'[$z$, 'Method ->' "$option$"]
<dd>returns the argument of a complex value $z$.
</dl>
Expand Down
2 changes: 1 addition & 1 deletion mathics/builtin/kernel_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Out(Builtin):
<url>:WMA: https://reference.wolfram.com/language/ref/\$Out</url>
<dl>
<dt>'%$k$' or 'Out'[$k$]
<dd>gives the result of the $k$th input line.
<dd>gives the result of the $k$-th input line.
<dt>'%'
<dd>gives the last result.
Expand Down
2 changes: 1 addition & 1 deletion mathics/builtin/string/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class StringDrop(Builtin):
<dd>gives $string$ with the last $n$ characters dropped.
<dt>'StringDrop'["$string$", {$n$}]
<dd>gives $string$ with the $n$th character dropped.
<dd>gives $string$ with the $n$-th character dropped.
<dt>'StringDrop'["$string$", {$m$, $n$}]
<dd>gives $string$ with the characters $m$ through $n$ dropped.
Expand Down

0 comments on commit 5349006

Please sign in to comment.