diff options
author | Hughes Perreault <perreault.hughes@gmail.com> | 2015-11-12 12:11:40 -0500 |
---|---|---|
committer | Hughes Perreault <perreault.hughes@gmail.com> | 2015-11-12 12:11:40 -0500 |
commit | 5aceaa8c3469998b43642fc7e5f5251466376eda (patch) | |
tree | 4980fad7e0ff84e48e94203cb5ba7e47ea18f5ca /fr-fr/hy-fr.html.markdown | |
parent | ce0c0a2853dee805350a0423dae070bff0098eb4 (diff) |
Add "-fr" before filename extansion, Replace "facile" with "simple"
Diffstat (limited to 'fr-fr/hy-fr.html.markdown')
-rw-r--r-- | fr-fr/hy-fr.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fr-fr/hy-fr.html.markdown b/fr-fr/hy-fr.html.markdown index ccd397cf..07007061 100644 --- a/fr-fr/hy-fr.html.markdown +++ b/fr-fr/hy-fr.html.markdown @@ -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 |