Merge pull request #423 from m4tx/fix-function-docs

chore: fix tiny wording error in "Calling functions" docs
This commit is contained in:
Guillaume Gomez 2025-04-30 18:19:14 +02:00 committed by GitHub
commit 90d1a71801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -308,7 +308,7 @@ struct MyTemplate {
## Calling functions
If you only provide a function name, askama will assume it's a method. If
you want to call a method, you will need to use a path instead:
you want to call a function, you will need to use a path instead:
```jinja
{# This is the equivalent of `self.method()`. #}