Skip to content

Commit 586bb6a

Browse files
digitalduketrekhleb
authored andcommitted
Update test_function_decorators.py (#7)
1 parent b6f1218 commit 586bb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/test_function_decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_function_decorators():
1717
# above together, we can build a decorator. In this example let's consider a function that
1818
# wraps the string output of another function by p tags.
1919

20-
# This is the function that we цфте to decorate.
20+
# This is the function that we want to decorate.
2121
def greeting(name):
2222
return "Hello, {0}!".format(name)
2323

0 commit comments

Comments
 (0)