Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/functions/test_function_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_function_decorators():
# above together, we can build a decorator. In this example let's consider a function that
# wraps the string output of another function by p tags.

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

Expand Down