Skip to content

Commit

Permalink
DOC FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Jan 18, 2017
1 parent 001ce73 commit 14740bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/yann/utils/graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ which is accessible through `net = network()`, `net.graph`. In each layer some r
nodes (max limited) will be added to this graph and can be seen at `net.graph.nodes()`.
Its attributes will be layer prorperties such as `type`, `output_shape` and so on.

:mod:'yann.utils.graph` has some ports that uses this networkx graph.
:mod:`yann.utils.graph` has some ports that uses this networkx graph.

This includes:

Expand Down

0 comments on commit 14740bf

Please sign in to comment.