summaryrefslogtreecommitdiff
path: root/plac/doc/ishelve.placet
diff options
context:
space:
mode:
Diffstat (limited to 'plac/doc/ishelve.placet')
-rw-r--r--plac/doc/ishelve.placet13
1 files changed, 0 insertions, 13 deletions
diff --git a/plac/doc/ishelve.placet b/plac/doc/ishelve.placet
deleted file mode 100644
index 2637223..0000000
--- a/plac/doc/ishelve.placet
+++ /dev/null
@@ -1,13 +0,0 @@
-#!ishelve.py
-i> .clear # start from a clean state
-cleared the shelve
-i> a=1
-setting a=1
-i> a
-1
-i> .del a
-deleted a
-i> a
-a: not found
-i> .cler # spelling error
-.cler: not found