Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09ac8e0

Browse files
Fix typo: "occured" =>"occurred" (python#134928)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent03017a8 commit09ac8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Modules/_ctypes/stgdict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ error:;
484484

485485
/*
486486
Replace array elements at stginfo->ffi_type_pointer.elements.
487-
Return -1 if erroroccured.
487+
Return -1 if erroroccurred.
488488
*/
489489
int
490490
_replace_array_elements(ctypes_state*st,PyObject*layout_fields,

‎Modules/_interpretersmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ _run_in_interpreter(PyThreadState *tstate, PyInterpreterState *interp,
666666

667667
// Prep and switch interpreters.
668668
if (_PyXI_Enter(session,interp,shareables,&result)<0) {
669-
// If an erroroccured at this step, it means that interp
669+
// If an erroroccurred at this step, it means that interp
670670
// was not prepared and switched.
671671
_PyXI_FreeSession(session);
672672
_PyXI_FreeFailure(failure);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp