Skip to content

Commit dfca5e4

Browse files
[docs]: update link to PythonKit/Python.swift
1 parent 8dbde04 commit dfca5e4

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)