8000 Fix typo in numpy tutorial · boostorg/python@1fed082 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fed082

Browse files
podsvirovstefanseefeld
authored andcommitted
Fix typo in numpy tutorial
1 parent 0474de0 commit 1fed082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/numpy/tutorial/dtype.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Next, create a list, and add this tuple to the list. Then use the list to create
4848
list_for_dtype.append(for_custom_dtype) ;
4949
np::dtype custom_dtype = np::dtype(list_for_dtype) ;
5050

51-
We are now ready to create an ndarray with dimensions specified by \*shape\* and of custom dtpye ::
51+
We are now ready to create an ndarray with dimensions specified by \*shape\* and of custom dtype ::
5252

5353
np::ndarray new_array = np::zeros(shape,custom_dtype);
5454
}

0 commit comments

Comments
 (0)
0