From 3742a5bb6a3b6271f0ee266c5fbbf8814232d457 Mon Sep 17 00:00:00 2001 From: CarlosEpia Date: Tue, 19 Sep 2023 15:29:31 +0200 Subject: [PATCH] update documentation --- etrago/tools/utilities.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etrago/tools/utilities.py b/etrago/tools/utilities.py index 2ae40b4a..9894d377 100755 --- a/etrago/tools/utilities.py +++ b/etrago/tools/utilities.py @@ -219,8 +219,9 @@ def buses_by_country(network, con): Parameters ---------- - self : Etrago object + self : :class:'pypsa.components.Network' Overall container of PyPSA + con : connexion to db Returns -------