Skip to content

Commit 3f063a5

Browse files
committed
Minor comment clean-up
1 parent 4dcd61f commit 3f063a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Include/setobject.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ no meaning otherwise.
2222
#define PySet_MINSIZE 8
2323

2424
typedef struct {
25-
/* Cached hash code of the key. */
2625
PyObject *key;
27-
Py_hash_t hash;
26+
Py_hash_t hash; /* Cached hash code of the key */
2827
} setentry;
2928

3029
/* The SetObject data structure is shared by set and frozenset objects.

0 commit comments

Comments
 (0)