Skip to content

Commit

Permalink
fix api doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed Apr 25, 2023
1 parent a811666 commit 4588d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spikingjelly/activation_based/neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ def __init__(self, order: int, T: int, k_init: float = 0.,
where :math:`J` is an all-one matrix.
The user can set :math:`k` during training by calling ``self.k = a``.
The user can set :math:`k` during training by calling ``self.k = ...``.
.. admonition:: Note
:class: note
Expand Down

0 comments on commit 4588d2a

Please sign in to comment.