diff --git a/src/sage/graphs/generic_graph.py b/src/sage/graphs/generic_graph.py index 4e55d55bd3e..9d11d362615 100644 --- a/src/sage/graphs/generic_graph.py +++ b/src/sage/graphs/generic_graph.py @@ -10209,7 +10209,7 @@ def graphviz_string(self, **options): The dot language is a text based format for graphs. It is used by the software suite graphviz. The specifications of the - language are available on the web (see the reference [dot_spec]_). + language are available on the web (see the reference [dotspec]_). INPUT: @@ -10355,7 +10355,7 @@ def graphviz_string(self, **options): REFERENCES: - .. [dot_spec] http://www.graphviz.org/doc/info/lang.html + .. [dotspec] http://www.graphviz.org/doc/info/lang.html """ import re