Skip to content

Commit

Permalink
Fix bug with broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Jahn committed Mar 24, 2023
1 parent f0e72b5 commit 91715de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edisgo/network/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,7 @@ def _connect_mv_bus_to_target_object(
* repr : str
Name of line or bus to connect to.
* shp : :shapely:`Shapely Point object<points>` or \
:shapely:`Shapely Line object<lines>`
:shapely:`Shapely Line object<linestrings>`
Geometry of line or bus to connect to.
line_type : str
Expand Down

0 comments on commit 91715de

Please sign in to comment.