diff --git a/bindsnet/network/__init__.py b/bindsnet/network/__init__.py index 837fe5c0..ec625ae2 100644 --- a/bindsnet/network/__init__.py +++ b/bindsnet/network/__init__.py @@ -205,7 +205,7 @@ def get_inputs(self) -> Dict[str, torch.Tensor]: def run(self, inpts: Dict[str, torch.Tensor], time: int, **kwargs) -> None: # language=rst """ - Simulation network for given inputs and time. + Simulate network for given inputs and time. :param inpts: Dictionary of ``Tensor``s of shape ``[time, n_input]``. :param time: Simulation time.