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

Commit

Permalink
add forgotten while rebasing deprecation in misc/dist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jun 13, 2022
1 parent 78f029b commit 7ae0e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/misc/dist.py
Expand Up @@ -72,6 +72,9 @@ def install_scripts(directory=None, ignore_existing=False):
sage: import tempfile
sage: with tempfile.TemporaryDirectory() as d:
....: install_scripts(d, ignore_existing=True)
doctest:warning...
the function install_scripts has been deprecated and will be removed in a future version of Sage
See https://trac.sagemath.org/30207 for details.
Checking that Sage has the command 'gap' installed
...
"""
Expand Down

0 comments on commit 7ae0e41

Please sign in to comment.