File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -852,12 +852,8 @@ def update_db(self):
852852
853853 This method downloads the ISGCI database from the website
854854 `GraphClasses.org <http://www.graphclasses.org/>`_. It then extracts the
855- zip file and parses its XML content.
856-
857- Depending on the credentials of the user running Sage when this command
858- is run, one attempt is made at saving the result in Sage's directory so
859- that all users can benefit from it. If the credentials are not
860- sufficient, the XML file are saved instead in the user's directory.
855+ zip file and parses its XML content. The XML file is saved in the directory
856+ controlled by the :class:`DatabaseGraphs` class (usually, ``$HOME/.sage/db``).
861857
862858 EXAMPLES::
863859
You can’t perform that action at this time.
0 commit comments