Skip to content

Commit 611428e

Browse files
committed
Fix typo
1 parent e28e726 commit 611428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/05_Object_model/02_Classes_encapsulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ can fix this.
214214

215215
### Decorator Syntax
216216

217-
The `@` syntax is known as *decoration". It specifies a modifier
217+
The `@` syntax is known as "decoration". It specifies a modifier
218218
that's applied to the function definition that immediately follows.
219219

220220
```python

0 commit comments

Comments
 (0)