Skip to content

Commit

Permalink
USERDOCS.md: Fix bracketing typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadlinger authored Apr 14, 2022
1 parent bea7b91 commit 52252f2
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 @@ -49,7 +49,7 @@ The `NDArray` is the main character of this library and can be used to describe

```
The `NDArray` can take 2 arguments between brackets: the dtype and the shape of the array that is being described. This
takes the form `NDArray[Shape[<SHAPE EXPRESSION>, <DTYPE>]]`. For example:
takes the form `NDArray[Shape[<SHAPE EXPRESSION>], <DTYPE>]`. For example:

```python
>>> from nptyping import UInt16, Shape
Expand Down

0 comments on commit 52252f2

Please sign in to comment.