summaryrefslogtreecommitdiff
path: root/networkx/classes/multidigraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/classes/multidigraph.py')
-rw-r--r--networkx/classes/multidigraph.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/networkx/classes/multidigraph.py b/networkx/classes/multidigraph.py
index 89bcb485..2fe7a460 100644
--- a/networkx/classes/multidigraph.py
+++ b/networkx/classes/multidigraph.py
@@ -252,9 +252,6 @@ class MultiDiGraph(MultiGraph, DiGraph):
Class to create a new graph structure in the `to_undirected` method.
If `None`, a NetworkX class (Graph or MultiGraph) is used.
- Examples
- --------
-
Please see :mod:`~networkx.classes.ordered` for examples of
creating graph subclasses by overwriting the base class `dict` with
a dictionary-like object.