-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
Originally Sage was called SAGE (in all-caps).
Many code comments, docstrings or error messages
still have the all-caps version.
This ticket is to fix that.
To locate all-caps SAGE
not preceded or followed
by underscore, change to the Sage root folder and run:
$ git grep '\([^_]\|^\)SAGE\([^_]\|$\)' src
This leaves alone environment variables
such as DOT_SAGE
or SAGE_SRC
etc.
CC: @fchapoton @slel
Component: documentation
Keywords: typo
Author: Frédéric Chapoton
Branch/Commit: a71d230
Reviewer: Samuel Lelièvre
Issue created by migration from https://trac.sagemath.org/ticket/30472