We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9536222 commit 8888a90Copy full SHA for 8888a90
docs/api/compiler.rst
@@ -74,7 +74,7 @@ interface for compiling Fluent messages.
74
75
.. code-block:: python
76
77
- def a_message(args, errors):
+ def a_message(args: dict, errors: list) -> str:
78
return "The message"
79
80
Each function takes a dictionary of external arguments and an errors list
0 commit comments