File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ In the following example:
140
140
.. include :: asterisk2.f90
141
141
:literal:
142
142
143
- the lenght of output assumed length string depends on an input
143
+ the length of output assumed length string depends on an input
144
144
argument ``n ``, after wrapping with F2PY, in Python:
145
145
146
146
.. include :: asterisk2_session.dat
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ ndarray_from_pyobj(const int type_num,
761
761
* - shape is defined by dims and rank
762
762
*
763
763
* ndarray_from_pyobj is used to convert Python object arguments
764
- * to numpy ndarrays with given type and shape that data is passed
764
+ * to numpy ndarrays with type and shape given by the data passed
765
765
* to interfaced Fortran or C functions.
766
766
*
767
767
* errmess (if not NULL), contains a prefix of an error message
@@ -782,7 +782,7 @@ ndarray_from_pyobj(const int type_num,
782
782
* dtype('S<width>'). In addition, there is also dtype('c'), that
783
783
* appears as dtype('S1') (these have the same type_num value),
784
784
* but is actually different (.char attribute is either 'S' or
785
- * 'c', respecitely ).
785
+ * 'c', respectively ).
786
786
*
787
787
* In Fortran, character arrays and strings are different
788
788
* concepts. The relation between Fortran types, NumPy dtypes,
You can’t perform that action at this time.
0 commit comments