Skip to content

Commit 54c3330

Browse files
indent AccumGrad docstring
1 parent 6a3b862 commit 54c3330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ adjust(ℓ::OptimiserChain; kw...) = OptimiserChain(map(opt -> adjust(opt; kw...
675675

676676

677677
"""
678-
AccumGrad(n::Int)
678+
AccumGrad(n::Int)
679679
680680
A rule constructed `OptimiserChain(AccumGrad(n), Rule())` will accumulate for `n` steps,
681681
before applying `Rule` to the mean of these `n` gradients.

0 commit comments

Comments
 (0)