Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Dec 10, 2023
1 parent 6841212 commit 8434401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinox/nn/_sequential.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def is_stateful(self) -> bool:
The default implementation just returns True, but subclasses may override this
to provide custom logic if the layer is only "maybe stateful". (E.g. if they
optioanlly use stateful sublayers themselves.)
optionally use stateful sublayers themselves.)
**Arguments:**
Expand Down

0 comments on commit 8434401

Please sign in to comment.