diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2018-09-11 23:49:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 23:49:21 -0700 |
commit | fdd0ee22a099186ce99889b0c2e516a05208df3e (patch) | |
tree | 6c25bdbaa61dc1942f3b7ea69bd52994e0fbb63e | |
parent | 7c083d942d3e2ee93a4ed03fae846ced8ba805e0 (diff) | |
download | numpy-fdd0ee22a099186ce99889b0c2e516a05208df3e.tar.gz |
DOC: Add missing comma
-rw-r--r-- | doc/release/1.7.0-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.7.0-notes.rst b/doc/release/1.7.0-notes.rst index 8cadfc900..f111f80dc 100644 --- a/doc/release/1.7.0-notes.rst +++ b/doc/release/1.7.0-notes.rst @@ -281,7 +281,7 @@ major release (>= 2.0). The sed script tools/replace_old_macros.sed can be used to replace these macros with the newer versions. You can test your code against the deprecated C API by adding a line -composed of ``#define NPY_NO_DEPRECATED_API`` and the target version number +composed of ``#define NPY_NO_DEPRECATED_API`` and the target version number, such as ``NPY_1_7_API_VERSION``, before including any NumPy headers. The ``NPY_CHAR`` member of the ``NPY_TYPES`` enum is deprecated and will be |