Skip to content

Commit

Permalink
correct minor typos in edgelist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
barry committed Jun 23, 2014
1 parent 7fca822 commit d189147
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 d189147

Please sign in to comment.