mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-19 04:52:13 +02:00
Add "-fr" before filename extansion, Replace "facile" with "simple"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
language: hy
|
||||
filename: learnhy.hy
|
||||
filename: learnhy-fr.hy
|
||||
contributors:
|
||||
- ["Abhishek L", "http://twitter.com/abhishekl"]
|
||||
translators:
|
||||
@@ -15,7 +15,7 @@ Ceci permet à hy d'appeler du code python et à python d'appeler du code hy.
|
||||
Ce tutoriel fonctionne pour hy > 0.9.12
|
||||
|
||||
```clojure
|
||||
;; Ceci est une introduction facile à hy, pour un tutoriel rapide aller à
|
||||
;; Ceci est une introduction simple à hy, pour un tutoriel rapide aller à
|
||||
;; http://try-hy.appspot.com
|
||||
;;
|
||||
; Les commentaires se font avec des points-virgules, comme les autres LISPS
|
||||
|
Reference in New Issue
Block a user