Skip to content

Commit

Permalink
Merge pull request networkx#1198 from barry/master
Browse files Browse the repository at this point in the history
correct minor typos in edgelist.py
  • Loading branch information
ysitu committed Jun 23, 2014
2 parents 9bd0b8e + d189147 commit e218e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkx/readwrite/edgelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def read_edgelist(path, comments="#", delimiter=None, create_using=None,
Parameters
----------
path : file or string
File or filename to write. If a file is provided, it must be
File or filename to read. If a file is provided, it must be
opened in 'rb' mode.
Filenames ending in .gz or .bz2 will be uncompressed.
comments : string, optional
Expand Down Expand Up @@ -412,7 +412,7 @@ def read_weighted_edgelist(path, comments="#", delimiter=None,
Parameters
----------
path : file or string
File or filename to write. If a file is provided, it must be
File or filename to read. If a file is provided, it must be
opened in 'rb' mode.
Filenames ending in .gz or .bz2 will be uncompressed.
comments : string, optional
Expand Down

0 comments on commit e218e02

Please sign in to comment.