Merge pull request #921 from timgates42/bugfix/typo_updates

Fix simple typo: udpates -> updates
This commit is contained in:
lantz
2020-04-15 18:22:28 -07:00
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ class MultiGraph( object ):
key: optional key
attr_dict: optional attribute dict
attrs: more attributes
warning: udpates attr_dict with attrs"""
warning: updates attr_dict with attrs"""
attr_dict = {} if attr_dict is None else attr_dict
attr_dict.update( attrs )
self.node.setdefault( src, {} )