Skip to content

Commit

Permalink
Fixed 2 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
carriepl committed Oct 23, 2014
1 parent a64bfb5 commit c8e581a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/extending/other_ops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ along with pointers to the relevant documentation.

* TensorType : Theano type that representes a multidimensional
array containing elements that all have the same type. Variables of
this Theano type are representedin C as objects of class
this Theano type are represented in C as objects of class
`PyArrayObject <http://docs.scipy.org/doc/numpy/reference/c-api.types-and-structures.html#PyArrayObject>`_.
The :class:`TensorType documentation <tensor.TensorType>`.

Expand Down Expand Up @@ -282,5 +282,5 @@ along with pointers to the relevant documentation.

* CDataType : Theano type that represents a C data type. The C type
associated with this Theano type depends on the data being
represented.The :class:`CDataType documentation
represented. The :class:`CDataType documentation
<theano.gof.type.CDataType>`.

0 comments on commit c8e581a

Please sign in to comment.