diff --git a/osmnx/simplification.py b/osmnx/simplification.py index 7de4d062..7c8e9a3d 100644 --- a/osmnx/simplification.py +++ b/osmnx/simplification.py @@ -129,7 +129,7 @@ def _build_path( G Input graph. endpoint - Ehe endpoint node from which to start the path. + The endpoint node from which to start the path. endpoint_successor The successor of endpoint through which the path to the next endpoint will be built.