Django

Code

Changeset 5891

Show
Ignore:
Timestamp:
08/15/07 00:30:23 (1 year ago)
Author:
adrian
Message:

Fixed some ReST errors in docs/testing.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/testing.txt

    r5890 r5891  
    214214you: 
    215215 
    216    * If you've been using Python for a while, ``doctest`` will probably feel 
     216    * If you've been using Python for a while, ``doctest`` will probably feel 
    217217      more "pythonic". It's designed to make writing tests as easy as possible, 
    218218      so it requires no overhead of writing classes or methods. You simply put 
     
    562562tests. 
    563563 
    564 Specifically, a ``Response`` object has the following attributes:: 
     564Specifically, a ``Response`` object has the following attributes: 
    565565 
    566566    ===============  ==========================================================