summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleh Marshev <oleh.marshev@gmail.com>2021-02-27 17:02:19 +0200
committerGitHub <noreply@github.com>2021-02-27 10:02:19 -0500
commit6a0d6e52133cda27fa8a0dabed2bc6d73cdd0b8d (patch)
tree6f1ebadf887e481893605722a70a6332906d79ce
parentbb3540fdf5b1484208f29cdf3926fd2c832ac70c (diff)
downloadnetworkx-6a0d6e52133cda27fa8a0dabed2bc6d73cdd0b8d.tar.gz
Remove attr_dict from parameters list in the docstring (#4642)
-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 2fe7a460..13f23cb2 100644
--- a/networkx/classes/multidigraph.py
+++ b/networkx/classes/multidigraph.py
@@ -367,9 +367,6 @@ class MultiDiGraph(MultiGraph, DiGraph):
Nodes must be hashable (and not None) Python objects.
key : hashable identifier, optional (default=lowest unused integer)
Used to distinguish multiedges between a pair of nodes.
- attr_dict : dictionary, optional (default= no attributes)
- Dictionary of edge attributes. Key/value pairs will
- update existing data associated with the edge.
attr : keyword arguments, optional
Edge data (or labels or objects) can be assigned using
keyword arguments.