diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:45:25 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:46:03 -0700 |
| commit | 47c755327be9a3b976f5f78fc21f336f27aa6413 (patch) | |
| tree | 642bce46ec934223ed4a17ac3c6dbcbfdf953b8b /docs/howto/initial-data.txt | |
| parent | ca39c0a6becf497880181b3a5ef6db84130f9723 (diff) | |
Fixed a number of minor misspellings.
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index cea07bfea3..b86aaa834e 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -142,7 +142,7 @@ database tables already will have been created. If you require data for a test case, you should add it using either a :ref:`test fixture <topics-testing-fixtures>`, or - programatically add it during the ``setUp()`` of your test case. + programmatically add it during the ``setUp()`` of your test case. Database-backend-specific SQL data ---------------------------------- |
