diff options
author | mluszczyk <mluszczyk@users.noreply.github.com> | 2015-12-28 13:06:13 +0100 |
---|---|---|
committer | mluszczyk <mluszczyk@users.noreply.github.com> | 2015-12-28 13:06:13 +0100 |
commit | 05082c661655df319ce641dd7976c02d1799ab14 (patch) | |
tree | 85826214bcade7ef118fd133ee266e5705d7e0ce | |
parent | be85908f5205810083c524a25c7da565788f2c03 (diff) | |
download | factory-boy-05082c661655df319ce641dd7976c02d1799ab14.tar factory-boy-05082c661655df319ce641dd7976c02d1799ab14.tar.gz |
Fixed spelling.
-rw-r--r-- | docs/orms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/orms.rst b/docs/orms.rst index 9b209bc..0afda69 100644 --- a/docs/orms.rst +++ b/docs/orms.rst @@ -15,7 +15,7 @@ Django The first versions of factory_boy were designed specifically for Django, -but the library has now evolved to be framework-independant. +but the library has now evolved to be framework-independent. Most features should thus feel quite familiar to Django users. |