summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_doctest3.txt')
-rw-r--r--Lib/test/test_doctest3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_doctest3.txt b/Lib/test/test_doctest3.txt
index 54a96d5..dd8557e 100644
--- a/Lib/test/test_doctest3.txt
+++ b/Lib/test/test_doctest3.txt
@@ -2,4 +2,4 @@
Here we check that `__file__` is provided:
>>> type(__file__)
- <type 'str'>
+ <class 'str'>