From dea474f300a56bf99f685104f92bc5be92348042 Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:47:50 -0400 Subject: [PATCH] style: docstring title edit Co-authored-by: Nicholas Tolley <55253912+ntolley@users.noreply.github.com> --- hnn_core/hnn_io.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hnn_core/hnn_io.py b/hnn_core/hnn_io.py index e4a4a4948..038ba15db 100644 --- a/hnn_core/hnn_io.py +++ b/hnn_core/hnn_io.py @@ -384,7 +384,7 @@ def _order_drives(gid_ranges, external_drives): def dict_to_network(net_data, read_drives=True, read_external_biases=True): - """ Converts a dict of network configurations to a Network + """Converts a dict of network configurations to a Network Parameters ---------- @@ -456,7 +456,7 @@ def dict_to_network(net_data, def read_network_configuration(fname, read_drives=True, read_external_biases=True): - """ Read network from a json configuration file. + """Read network from a json configuration file. Parameters ----------