Skip to content

Commit

Permalink
Fix typo in USERDOCS.md (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Apr 13, 2022
1 parent 717c929 commit bea7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USERDOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ True
```

### DTypes
The first argument of `NDArray` can be `typing.Any` or any of the following dtypes:
The second argument of `NDArray` can be `typing.Any` or any of the following dtypes:
```python
>>> from nptyping.typing_ import dtypes
>>> for _, dtype_name in dtypes:
Expand Down

0 comments on commit bea7b91

Please sign in to comment.