Skip to content

Commit

Permalink
Fix typo (networkx#3838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moiman authored Feb 25, 2020
1 parent e9506c8 commit acae7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkx/readwrite/gexf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def read_gexf(path, node_type=None, relabel=False, version="1.2draft"):
Parameters
----------
path : file or string
File or file name to write.
File names ending in .gz or .bz2 will be compressed.
File or file name to read.
File names ending in .gz or .bz2 will be decompressed.
node_type: Python type (default: None)
Convert node ids to this type if not None.
relabel : bool (default: False)
Expand Down

0 comments on commit acae7c5

Please sign in to comment.