summaryrefslogtreecommitdiff
path: root/Objects/unicodectype.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/unicodectype.c')
-rw-r--r--Objects/unicodectype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c
index ea540d605d..d8c95c8b44 100644
--- a/Objects/unicodectype.c
+++ b/Objects/unicodectype.c
@@ -27,7 +27,7 @@
#define EXTENDED_CASE_MASK 0x4000
typedef struct {
- /*
+ /*
These are either deltas to the character or offsets in
_PyUnicode_ExtendedCase.
*/