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.
1 parent 8e34710 commit 67b83ccCopy full SHA for 67b83cc
src/libpython_clj2/python.clj
@@ -77,7 +77,7 @@ user> (py/py. np linspace 2 3 :num 10)
77
virtual enviornment.
78
79
The :post-initialize-fn can use all functions from ns `libpython-clj2.python`
80
- as libpython-clj is initialised alreday andc ould for example be used to validate
+ as libpython-clj is initialised alreday and could for example be used to validate
81
that later needed libraries can be loaded via calling `import-module`.
82
83
The file MUST be named `python.edn` and be in the root of the classpath.
0 commit comments