diff options
| author | joaopfg <jfontesgoncalves@gmail.com> | 2022-07-07 23:24:55 +0200 |
|---|---|---|
| committer | joaopfg <jfontesgoncalves@gmail.com> | 2022-07-07 23:24:55 +0200 |
| commit | d96c730d5ccdd3826f8ef98056bbd5594dde8da4 (patch) | |
| tree | f9c29dde99c4d2c3e6e7ff77841f0c3b1854a671 /numpy | |
| parent | a8144ac75f877d2f32c51c43a54e28aee4d2e334 (diff) | |
| download | numpy-d96c730d5ccdd3826f8ef98056bbd5594dde8da4.tar.gz | |
Fixing formatting problem
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/code_generators/generate_numpy_api.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/code_generators/generate_numpy_api.py b/numpy/core/code_generators/generate_numpy_api.py index 42a7ccd2e..a57a36a78 100644 --- a/numpy/core/code_generators/generate_numpy_api.py +++ b/numpy/core/code_generators/generate_numpy_api.py @@ -78,9 +78,9 @@ _import_array(void) } if (NPY_FEATURE_VERSION > PyArray_GetNDArrayCFeatureVersion()) { PyErr_Format(PyExc_RuntimeError, "module compiled against "\ - "API version 0x%%x but this version of numpy is 0x%%x ."\ - "Check the section C-API incompatibility at the "\ - "Troubleshooting ImportError section at "\ + "API version 0x%%x but this version of numpy is 0x%%x . "\ + "Check the section C-API incompatibility at the "\ + "Troubleshooting ImportError section at "\ "https://numpy.org/devdocs/user/troubleshooting-importerror.html"\ "#c-api-incompatibility "\ "for indications on how to solve this problem .", \ |
