Skip to content

Commit b013e11

Browse files
authored
Merge pull request #68840 from emmanuel-ferdman/wip
[docs]: update link to `PythonKit/Python.swift`
2 parents fa91868 + dfca5e4 commit b013e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CppInteroperability/CppInteroperabilityManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@ non-throwing Swift functions. If a C++ function called from Swift throws an
29282928
exception that is not caught within the C++ code, the program will terminate.
29292929

29302930
This approach is similar to that taken by the [Python interop
2931-
library](https://github.com/pvieito/PythonKit/blob/main/PythonKit/Python.swift),
2931+
library](https://github.com/pvieito/PythonKit/blob/master/PythonKit/Python.swift),
29322932
which also terminates the program by default if a Python exception is raised and
29332933
not caught within the Python code.
29342934

0 commit comments

Comments
 (0)