Skip to content

Commit 5a4f974

Browse files
jdayton3yasoob
authored andcommitted
Add missing period (#199)
1 parent aa4543c commit 5a4f974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decorators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Come to think of it, isn't ``@wraps`` also a decorator? But, it takes an
329329
argument like any normal function can do. So, why can't we do that too?
330330

331331
This is because when you use the ``@my_decorator`` syntax, you are
332-
applying a wrapper function with a single function as a parameter
332+
applying a wrapper function with a single function as a parameter.
333333
Remember, everything in Python is an object, and this includes
334334
functions! With that in mind, we can write a function that returns
335335
a wrapper function.

0 commit comments

Comments
 (0)
close