Skip to content

Commit

Permalink
Addressing code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Arora committed Dec 21, 2017
1 parent 9589665 commit 5d3131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/v2/fluid/layers/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def fc(input,
**Fully Connected Layer**
This layer accepts multiple inputs and applies a linear transformation to each input.
If activation type is provided, the corresponding non-linear function is applied to the
If activation type is provided, the corresponding activation function is applied to the
output of the linear transformation. For each input :math:`X`, the equation is:
.. math::
Expand Down

0 comments on commit 5d3131c

Please sign in to comment.