We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PythonKit/Python.swift
1 parent 8dbde04 commit dfca5e4Copy full SHA for dfca5e4
docs/CppInteroperability/CppInteroperabilityManifesto.md
@@ -2928,7 +2928,7 @@ non-throwing Swift functions. If a C++ function called from Swift throws an
2928
exception that is not caught within the C++ code, the program will terminate.
2929
2930
This approach is similar to that taken by the [Python interop
2931
-library](https://github.com/pvieito/PythonKit/blob/main/PythonKit/Python.swift),
+library](https://github.com/pvieito/PythonKit/blob/master/PythonKit/Python.swift),
2932
which also terminates the program by default if a Python exception is raised and
2933
not caught within the Python code.
2934
0 commit comments