Skip to content

Commit efa7bdc

Browse files
picnixzvstinner
andauthored
Update Include/methodobject.h
Co-authored-by: Victor Stinner <[email protected]>
1 parent 2153507 commit efa7bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/methodobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ typedef PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords;
5252
#define _PyCFunction_CAST(func) \
5353
_Py_FUNC_CAST(PyCFunction, func)
5454
// Other casts are given for semantic conveniences, allowing
55-
// users to see whether a cast to suppress a UB is necessary.
55+
// users to see whether a cast to suppress an undefined behavior is necessary.
5656
#define _PyCFunctionFast_CAST(func) \
5757
_Py_FUNC_CAST(PyCFunctionFast, func)
5858
#define _PyCFunctionWithKeywords_CAST(func) \

0 commit comments

Comments
 (0)