chore: fix tiny wording error in "Calling functions" docs

This commit is contained in:
Mateusz Maćkowski 2025-04-30 18:15:21 +02:00
parent 9b41bb9ff5
commit 44c67d3ba1
No known key found for this signature in database
GPG Key ID: C1DD478911A3E52A

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()`. #}