Skip to content

Commit

Permalink
Silence doctest for FileNameDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 21, 2024
1 parent 513ed77 commit 27390a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mathics/builtin/file_operations/path_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ class FileNameDrop(Builtin):
</dl>
>> path = FileNameJoin{"a","b","c"}
= ...
>> FileNameDrop[path, -1]
= ...
A shorthand for the above:
>> FileNameDrop[path]
= ...
"""

messages = {
Expand Down

0 comments on commit 27390a3

Please sign in to comment.