Skip to content

Commit 89e325d

Browse files
authored
Update and rename non_deleteable.py to non_deletable.py
1 parent d778ea9 commit 89e325d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class NonDeleteable:
1+
class NonDeletable:
22
def __init__(self, value):
33
self.value = value
44

0 commit comments

Comments
 (0)