Skip to content

Commit b3bc15e

Browse files
zsdonghaoDEKHTIARJonathan
authored andcommitted
fix docs of ElementwiseLambdaLayer (#588)
* fix docs of ElementwiseLambdaLayer * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 31d9f49 commit b3bc15e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ To release a new version, please update the changelog as followed:
9191
- Issue #498 - Deprecation Warning Fix in `tl.layers.RNNLayer` with `inspect` (by @DEKHTIARJonathan in #574)
9292
- Issue #498 - Deprecation Warning Fix in `tl.files` with truth value of an empty array is ambiguous (by @DEKHTIARJonathan in #575)
9393
- Issue #572 with deformable convolution fixed (by @DEKHTIARJonathan in #573)
94+
- Typo of the document of ElementwiseLambdaLayer (by @zsdonghao in #588)
9495

9596
### Security
9697

tensorlayer/layers/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def __init__(
154154

155155

156156
class ElementwiseLambdaLayer(Layer):
157-
"""A layer that use a custom function to combine multiple :class:Layer inputs.
157+
"""A layer that use a custom function to combine multiple :class:`Layer` inputs.
158158
159159
Parameters
160160
----------

0 commit comments

Comments
 (0)