We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1218 commit 586bb6aCopy full SHA for 586bb6a
src/functions/test_function_decorators.py
@@ -17,7 +17,7 @@ def test_function_decorators():
17
# above together, we can build a decorator. In this example let's consider a function that
18
# wraps the string output of another function by p tags.
19
20
- # This is the function that we цфте to decorate.
+ # This is the function that we want to decorate.
21
def greeting(name):
22
return "Hello, {0}!".format(name)
23
0 commit comments