From 52252f222b3b53a0cb2bca65e01f816ae02bcddb Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Thu, 14 Apr 2022 20:04:56 +0100 Subject: [PATCH] USERDOCS.md: Fix bracketing typo (#65) --- USERDOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USERDOCS.md b/USERDOCS.md index 498fc72..82f00d3 100644 --- a/USERDOCS.md +++ b/USERDOCS.md @@ -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[, ]]`. For example: +takes the form `NDArray[Shape[], ]`. For example: ```python >>> from nptyping import UInt16, Shape