Skip to content

Commit

Permalink
DOC: Updates to documentation from perusing it in detail.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
madphysicist committed Mar 14, 2016
1 parent c9aca38 commit 7a4ff44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/reference/c-api.array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ From other objects
Force a cast to the output type even if it cannot be done
safely. Without this flag, a data cast will occur only if it
can be done safely, otherwise an error is reaised.
can be done safely, otherwise an error is raised.
.. c:var:: NPY_ARRAY_UPDATEIFCOPY
Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/c-api.types-and-structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,8 @@ PyArrayIter_Type
.. c:member:: npy_intp *PyArrayIterObject.backstrides
How many bytes needed to jump from the end of a dimension back
to its beginning. Note that *backstrides* [k]= *strides* [k]*d
*ims_m1* [k], but it is stored here as an optimization.
to its beginning. Note that `backstrides`[k]= `strides`[k] *
`dims_m1`[k], but it is stored here as an optimization.
.. c:member:: npy_intp *PyArrayIterObject.factors
Expand Down

0 comments on commit 7a4ff44

Please sign in to comment.