summaryrefslogtreecommitdiff
path: root/numpy/core/src/ucsnarrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/ucsnarrow.c')
-rw-r--r--numpy/core/src/ucsnarrow.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/core/src/ucsnarrow.c b/numpy/core/src/ucsnarrow.c
index 9eb668b77..990d678c6 100644
--- a/numpy/core/src/ucsnarrow.c
+++ b/numpy/core/src/ucsnarrow.c
@@ -1,7 +1,8 @@
/* Functions only needed on narrow builds of Python
- for converting back and forth between the NumPy Unicode data-type (always 4-byte)
+ for converting back and forth between the NumPy Unicode data-type
+ (always 4-byte)
and the Python Unicode scalar (2-bytes on a narrow build).
- */
+*/
/* the ucs2 buffer must be large enough to hold 2*ucs4length characters
due to the use of surrogate pairs.