Skip to content

Commit d40728c

Browse files
committed
Fix readme code
1 parent 5a2896d commit d40728c

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
@@ -40,7 +40,7 @@ The generated source code for the methods can be viewed using the `print_generat
4040
```python
4141
from ducktools.classbuilder import print_generated_code
4242

43-
print_generated_code(SlottedDC)
43+
print_generated_code(Slotted)
4444
```
4545

4646
### Core ###

0 commit comments

Comments
 (0)