Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Jun 2, 2020
1 parent a524dd5 commit 620281c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandana/network.py
Expand Up @@ -207,8 +207,8 @@ def shortest_path_length(self, node_a, node_b, imp_name=None):
"""
Return the length of the shortest path between two node ids in the
network. Must provide an impedance name if more than one is
available.
available.
If you have a large number of paths to calculate, don't use this
function! Use the vectorized one instead.
Expand Down

0 comments on commit 620281c

Please sign in to comment.