From ba48c62283c50d3a086f2e2426b83c1174f30526 Mon Sep 17 00:00:00 2001 From: Nicholas Tolley Date: Fri, 27 Sep 2024 14:05:29 -0400 Subject: [PATCH] docstring spacing --- hnn_core/network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hnn_core/network.py b/hnn_core/network.py index c8ca8de0e..95589c214 100644 --- a/hnn_core/network.py +++ b/hnn_core/network.py @@ -1453,7 +1453,6 @@ def update_weights(self, e_e=None, e_i=None, If True, returns a copy of the network. If False, the network is updated in place with a return of None. - Returns ------- net : instance of Network