Skip to content

Commit 43dc3cf

Browse files
committed
pythongh-100061 Refine comment
1 parent 007e7d7 commit 43dc3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_sre/sre_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ SRE(match)(SRE_STATE* state, const SRE_CODE* pattern, int toplevel)
13341334
MARK_POP(ctx->lastmark);
13351335
LASTMARK_RESTORE();
13361336

1337-
/* Return to the previous Input Stream pointer */
1337+
/* Restore the global Input Stream pointer */
13381338
state->ptr = ptr;
13391339

13401340
/* We have sufficient matches, so exit loop. */

0 commit comments

Comments
 (0)