summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Cock <p.j.a.cock@googlemail.com>2019-06-07 20:06:41 +0100
committerDan Schult <dschult@colgate.edu>2019-06-08 05:06:41 +1000
commitadeb028dc291f606a354e3c53e9a5736262706ae (patch)
treec49f326bfbeb675c1c7ac8aa32264cf09381bb47
parent961368603dd73f4531a7f51358b2bce27f29aa8d (diff)
downloadnetworkx-adeb028dc291f606a354e3c53e9a5736262706ae.tar.gz
Fix typo in "G>raph Modelling Language" (#3468)
-rw-r--r--networkx/readwrite/gml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/readwrite/gml.py b/networkx/readwrite/gml.py
index 7a0a11c0..379e8289 100644
--- a/networkx/readwrite/gml.py
+++ b/networkx/readwrite/gml.py
@@ -10,7 +10,7 @@
"""
Read graphs in GML format.
-"GML, the G>raph Modelling Language, is our proposal for a portable
+"GML, the Graph Modelling Language, is our proposal for a portable
file format for graphs. GML's key features are portability, simple
syntax, extensibility and flexibility. A GML file consists of a
hierarchical key-value lists. Graphs can be annotated with arbitrary