Fix hashbang line in "smartquotes" script.
[docutils.git] / sandbox / docbook / test_files / doctest_blocks.rst
blob1daba1b83c3a380f8213fe22889f7c509d0174f6
1 This is an ordinary paragraph.
3 >>> print 'this is a Doctest block'
4 this is a Doctest block
6 The following is a literal block::
8     >>> This is not recognized as a doctest block by
9     reStructuredText.  It *will* be recognized by the doctest
10     module, though!