Skip to content

Commit

Permalink
Fix empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
toslunar committed Oct 17, 2018
1 parent 2d523ba commit 1925c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainer/initializers/normal.py
Expand Up @@ -11,7 +11,7 @@
class Normal(initializer.Initializer):

"""__init__(scale=1.0, dtype=None)
Initializes array with a normal distribution.
Each element of the array is initialized by the value drawn
Expand Down
2 changes: 1 addition & 1 deletion chainer/initializers/uniform.py
Expand Up @@ -11,7 +11,7 @@
class Uniform(initializer.Initializer):

"""__init__(scale=1.0, dtype=None)
Initializes array with a scaled uniform distribution.
Each element of the array is initialized by the value drawn
Expand Down

0 comments on commit 1925c4f

Please sign in to comment.