Skip to content

Commit b9b5021

Browse files
committed
Quick grammar fix
1 parent 1fb50a3 commit b9b5021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Decorators
281281
----------
282282

283283
The Python language provides a simple yet powerful syntax called 'decorators'.
284-
A decorator is a function or a class that wraps (or decorate) a function
284+
A decorator is a function or a class that wraps (or decorates) a function
285285
or a method. The 'decorated' function or method will replace the original
286286
'undecorated' function or method. Because functions are first-class objects
287287
in Python, it can be done 'manually', but using the @decorator syntax is

0 commit comments

Comments
 (0)