Skip to content

Commit 67b83cc

Browse files
authored
fixed spelling (#252)
1 parent 8e34710 commit 67b83cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpython_clj2/python.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ user> (py/py. np linspace 2 3 :num 10)
7777
virtual enviornment.
7878
7979
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
80+
as libpython-clj is initialised alreday and could for example be used to validate
8181
that later needed libraries can be loaded via calling `import-module`.
8282
8383
The file MUST be named `python.edn` and be in the root of the classpath.

0 commit comments

Comments
 (0)