Skip to content

Commit

Permalink
Docs: fix docstring (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomlago authored Dec 5, 2024
1 parent 72b7f66 commit 7a5f77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/optim/sign_sgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@


class SignSGD(Optimizer):
"""Implements signed stochastic gradient descent (optionally with momentum).
r"""Implements signed stochastic gradient descent (optionally with momentum).
.. math::
\begin{aligned}
Expand Down

0 comments on commit 7a5f77d

Please sign in to comment.