Skip to content

Commit

Permalink
Merge pull request #993 from forresst/update-docs-in-french-6
Browse files Browse the repository at this point in the history
Update docs in french
  • Loading branch information
fdintino committed Oct 12, 2017
2 parents ee0ba37 + 6f1ca5d commit a3c6ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fr/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ Arrondit au nombre entier le plus proche (qui arrondit vers le bas) :
**Entrée**

```jinja
{{ 4 | round(0, "floor")
{{ 4 | round(0, "floor") }}
```

**Sortie**
Expand Down

0 comments on commit a3c6ea1

Please sign in to comment.