Fix typos

bad quoting, better word usage.
This commit is contained in:
Neal McBurnett 2020-02-09 19:12:52 -07:00 committed by GitHub
parent 9b125cf8e9
commit b620a8a6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
It is often helpful to include snippets of code in your documentation and
demonstrate the results of executing it. But it is important to ensure that
demonstrate the results of executing them. But it is important to ensure that
the documentation stays up-to-date with the code.
This extension allows you to test such code snippets in the documentation in
a natural way. If you mark the code blocks as shown here, the ``doctest''
a natural way. If you mark the code blocks as shown here, the ``doctest``
builder will collect them and run them as doctest tests.
Within each document, you can assign each snippet to a *group*. Each group