Skip to content

Commit 3ae8d63

Browse files
committed
Improve comment about isgci database location
1 parent 9f29ad9 commit 3ae8d63

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/sage/graphs/isgci.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)