Skip to content

Commit 8888a90

Browse files
committed
Improved docs
1 parent 9536222 commit 8888a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ interface for compiling Fluent messages.
7474

7575
.. code-block:: python
7676
77-
def a_message(args, errors):
77+
def a_message(args: dict, errors: list) -> str:
7878
return "The message"
7979
8080
Each function takes a dictionary of external arguments and an errors list

0 commit comments

Comments
 (0)