From 147f82db3ec7bd8a15eec7ea3c26cd519584d0a2 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Thu, 27 Apr 2023 12:22:29 -0500 Subject: fix doc build warning (missing backtick) /opt/numpy/numpy/dtypes.py:docstring of numpy.dtypes:20: WARNING: Inline literal start-string without end-string. --- numpy/dtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/dtypes.py b/numpy/dtypes.py index fd35caf97..068a6a1a0 100644 --- a/numpy/dtypes.py +++ b/numpy/dtypes.py @@ -22,7 +22,7 @@ The following are the classes of the corresponding NumPy dtype instances and NumPy scalar types. The classes can be used in ``isinstance`` checks and can also be instantiated or used directly. Direct use of these classes is not typical, since their scalar counterparts (e.g. ``np.float64``) or strings -like ``"float64"` can be used. +like ``"float64"`` can be used. .. list-table:: :header-rows: 1 -- cgit v1.2.1