Skip to content

Commit 2873383

Browse files
Fix a typo.
1 parent bcc081b commit 2873383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ PyAPI_FUNC(int) _PyCode_SetUnboundVarCounts(
634634
* Stateless code that takes no arguments and doesn't return anything
635635
* may be treated like a script.
636636
*
637-
* We consider stateless code to be "portable" if it does not return any
637+
* We consider stateless code to be "portable" if it does not return
638638
* any object that holds a reference to any of the code's locals. Thus
639639
* generators and coroutines are not portable. Likewise a function
640640
* that returns a closure is not portable. The concept of

0 commit comments

Comments
 (0)