Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Apr 11, 2019
1 parent 12f9e23 commit 17de26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snkit/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def add_ids(network, id_col='id', edge_prefix='edge', node_prefix='node'):


def add_topology(network, id_col='id'):
"""Add from_id, to_id to edges
"""Add or replace from_id, to_id to edges
"""
from_ids = []
to_ids = []
Expand Down

0 comments on commit 17de26a

Please sign in to comment.