Skip to content

Commit

Permalink
Merge pull request #984 from sygi/patch-1
Browse files Browse the repository at this point in the history
Corrected typo in model doc
  • Loading branch information
rizar committed Feb 12, 2016
2 parents 0cb51f3 + bbe44f9 commit b5755b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
created by Blocks typically has, such as bricks and application calls. The
:class:`Model` adds this functionality. Using :class:`Model` you can do
things like query all the bricks used to build the computation graph,
request "hierarhical names" of the parameters (a hierarchical name is a
request "hierarchical names" of the parameters (a hierarchical name is a
path-like string which in addition to the parameter's name contains names
of the bricks on the path from a root brick to the brick that owns the
parameters, e.g. ``/mlp/linear/W``).
Expand Down

0 comments on commit b5755b5

Please sign in to comment.