Skip to content

Commit 369ab47

Browse files
authored
Made all lines less than or equal to 80 characters long
1 parent 1482fa5 commit 369ab47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/cheatsheet/decorators.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Python Decorators - Python Cheatsheet
3-
description: A Python Decorator is a syntax that provide a concise
4-
and reusable way for extending a function or a class.
3+
description: A Python Decorator is a syntax that provide a concise and reusable way for extending a function or a class.
54
---
65

76
<base-title :title="frontmatter.title" :description="frontmatter.description">

0 commit comments

Comments
 (0)