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

Commit

Permalink
trac #18346; Broken doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed May 4, 2015
1 parent 2caff2f commit 6ffbb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/base/overview.py
Expand Up @@ -48,7 +48,7 @@
<sage.graphs.base.graph_backends>`::
sage: Graph()._backend
<class 'sage.graphs.base.sparse_graph.SparseGraphBackend'>
<type 'sage.graphs.base.sparse_graph.SparseGraphBackend'>
A (di)graph backend is a simpler (di)graph class having only the most elementary
methods (e.g.: add/remove vertices/edges). Its vertices can be arbitrary
Expand Down

0 comments on commit 6ffbb05

Please sign in to comment.