We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211d4c8 + be70f86 commit 933624fCopy full SHA for 933624f
README.md
@@ -23,7 +23,7 @@ Can be implemented in Swift through PythonKit with the following code:
23
```swift
24
import PythonKit
25
26
-let sys = try Python.import("sys")
+let sys = Python.import("sys")
27
28
print("Python \(sys.version_info.major).\(sys.version_info.minor)")
29
print("Python Version: \(sys.version)")
0 commit comments