1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

python: Correct spelling in a test comment.

This commit is contained in:
Ben Harris 2019-05-14 23:33:44 +01:00
parent eacb46df65
commit 31ef021712

View File

@ -1,6 +1,6 @@
;; Testing Python interop
;; Testing Python experesions
;; Testing Python expressions
(py* "7")
;=>7
(py* "'7'")