Skip to content

Commit 2dfd450

Browse files
committed
nit
1 parent c803475 commit 2dfd450

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Include/cpython/unicodeobject.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ typedef struct {
102102

103103
struct {
104104
/* If interned is non-zero, the two references from the
105-
dictionary to this object are *not* counted in ob_refcnt.
106-
The possible values here are:
107-
0: Not Interned
108-
1: Interned
109-
2: Interned and Immortal
110-
3: Interned, Immortal, and Static
111-
This categorization allows the runtime to determine the right
112-
cleanup mechanism at runtime shutdown. */
105+
dictionary to this object are *not* counted in ob_refcnt.
106+
The possible values here are:
107+
0: Not Interned
108+
1: Interned
109+
2: Interned and Immortal
110+
3: Interned, Immortal, and Static
111+
This categorization allows the runtime to determine the right
112+
cleanup mechanism at runtime shutdown. */
113113
uint8_t interned;
114114
/* Character size:
115115

0 commit comments

Comments
 (0)