Skip to content

Commit 4b38fb4

Browse files
committed
typo
1 parent cf5b1a1 commit 4b38fb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/manual.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ history = start(algorithm, distributed_problem, (epoch=100,));
290290

291291
```julia
292292
@everywhere begin
293-
using Statistics
294-
295293
struct ToBeAveragedGD <: AbstractAlgorithm{Vector{Float64},Vector{Float64}}
296294
stepsize::Float64
297295
q0::Vector{Float64}

0 commit comments

Comments
 (0)