Skip to content

Commit

Permalink
fixed spelling (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica authored Oct 3, 2023
1 parent 8e34710 commit 67b83cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpython_clj2/python.clj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ user> (py/py. np linspace 2 3 :num 10)
virtual enviornment.
The :post-initialize-fn can use all functions from ns `libpython-clj2.python`
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
that later needed libraries can be loaded via calling `import-module`.
The file MUST be named `python.edn` and be in the root of the classpath.
Expand Down

0 comments on commit 67b83cc

Please sign in to comment.