Skip to content

Commit d942073

Browse files
committed
doc: clarify docstring
1 parent fb69f8f commit d942073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_tyndp_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def _add_virtual_node(
251251
ref_bus : str
252252
Name of the reference bus whose attributes are copied.
253253
source_gdf : gpd.GeoDataFrame, optional
254-
Bus GeoDataFrame holding the reference bus. Defaults to ``target``.
254+
Bus GeoDataFrame holding the reference bus. Defaults to None in which case ``target_gdf`` is used.
255255
**overrides, optional
256256
Attribute values overriding those inherited from the reference bus.
257257
"""

0 commit comments

Comments
 (0)