summaryrefslogtreecommitdiff
path: root/lib/python2.7/test/test_doctest3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/test/test_doctest3.txt')
-rw-r--r--lib/python2.7/test/test_doctest3.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/python2.7/test/test_doctest3.txt b/lib/python2.7/test/test_doctest3.txt
deleted file mode 100644
index 54a96d5..0000000
--- a/lib/python2.7/test/test_doctest3.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-
-Here we check that `__file__` is provided:
-
- >>> type(__file__)
- <type 'str'>