diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2019-11-09 16:06:19 -0800 |
|---|---|---|
| committer | Jarrod Millman <jarrod.millman@gmail.com> | 2019-11-09 16:31:46 -0800 |
| commit | 86d4512bbc5ebe4215797669025eae88c5e6f147 (patch) | |
| tree | c27072beb96a23928b8eb44788194951573ece37 /networkx/algorithms/approximation/connectivity.py | |
| parent | 0fada7e7f80e928c68e311867602621675e396b0 (diff) | |
| download | networkx-86d4512bbc5ebe4215797669025eae88c5e6f147.tar.gz | |
Fix more documentation issues with exceptions
Diffstat (limited to 'networkx/algorithms/approximation/connectivity.py')
| -rw-r--r-- | networkx/algorithms/approximation/connectivity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/approximation/connectivity.py b/networkx/algorithms/approximation/connectivity.py index 5114dfea..2e380100 100644 --- a/networkx/algorithms/approximation/connectivity.py +++ b/networkx/algorithms/approximation/connectivity.py @@ -307,7 +307,7 @@ def _bidirectional_shortest_path(G, source, target, exclude): Raises ------ - NetworkXNoPath: exception + NetworkXNoPath If there is no path or if nodes are adjacent and have only one path between them |
