diff options
| author | Daniel McCloy <dan@mccloy.info> | 2023-04-27 12:22:29 -0500 |
|---|---|---|
| committer | Daniel McCloy <dan@mccloy.info> | 2023-04-27 12:22:29 -0500 |
| commit | 147f82db3ec7bd8a15eec7ea3c26cd519584d0a2 (patch) | |
| tree | ec1629cdc6076efd0476290af911a9c1e801f567 | |
| parent | e8ace7035f9076e20b7df5a82f944deb1ace3c65 (diff) | |
| download | numpy-147f82db3ec7bd8a15eec7ea3c26cd519584d0a2.tar.gz | |
fix doc build warning (missing backtick)
/opt/numpy/numpy/dtypes.py:docstring of numpy.dtypes:20: WARNING: Inline literal start-string without end-string.
| -rw-r--r-- | numpy/dtypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
