diff options
| author | Tom Christie | 2013-08-23 11:27:12 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-08-23 11:27:12 +0100 |
| commit | dba602781355f6ee0cbc34775209cd37a52ca4d4 (patch) | |
| tree | e202fa04d911ee7c5d0cf1761598487f99fdb1c1 /docs/api-guide | |
| parent | 19a774f97292444a48c5b7521e1b0c0ea48b6502 (diff) | |
| download | django-rest-framework-dba602781355f6ee0cbc34775209cd37a52ca4d4.tar.bz2 | |
Add missing period.
Diffstat (limited to 'docs/api-guide')
| -rw-r--r-- | docs/api-guide/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/testing.md b/docs/api-guide/testing.md index b3880f8f..35c1f766 100644 --- a/docs/api-guide/testing.md +++ b/docs/api-guide/testing.md @@ -2,7 +2,7 @@ # Testing -> Code without tests is broken as designed +> Code without tests is broken as designed. > > — [Jacob Kaplan-Moss][cite] |
