Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 9ffc38a

Browse files
authored
Update PythonLibrary.swift
1 parent ab86a24 commit 9ffc38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonKit/PythonLibrary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extension PythonLibrary {
8686
PythonLibrary.Environment.version.set(version.versionString)
8787
}
8888

89-
public static func usePythonLibrary(at path: String) {
89+
public static func useLibrary(at path: String) {
9090
self.enforceNonLoadedPythonLibrary()
9191
PythonLibrary.Environment.library.set(path)
9292
}

0 commit comments

Comments
 (0)