summaryrefslogtreecommitdiff
path: root/docs/file-example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/file-example.txt')
-rw-r--r--docs/file-example.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/file-example.txt b/docs/file-example.txt
index 601e947..16d4d19 100644
--- a/docs/file-example.txt
+++ b/docs/file-example.txt
@@ -10,7 +10,7 @@ to a high-quality file serving application.
>>> import webob, os
>>> base_dir = os.path.dirname(os.path.dirname(webob.__file__))
>>> doc_dir = os.path.join(base_dir, 'docs')
- >>> from dtopt import ELLIPSIS
+ >>> from doctest import ELLIPSIS
First we'll setup a really simple shim around our application, which
we can use as we improve our application: