Skip to content

Commit da8d155

Browse files
authored
Update README.md
1 parent 2c31028 commit da8d155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CustomPythonDecorators
22
The are custom Python decorators I wrote to restrict method arguments to a specific type. If you pass an argument other than what the decorator allows, it will raise a TypeError exception.
33

4-
**Example:**
4+
**Examples:**
55

66
```python
77
class TestAcceptsClass(object):

0 commit comments

Comments
 (0)