summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-21 11:33:50 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-04-21 11:33:50 +0200
commitf73be3fc0d8c51aef3fcd890e61bb5ba74c55909 (patch)
tree5972bb49b8dfaa23ffc30afb300d287b5869ab6f /setup.py
parent0e73c401d3a0aa0780bf428cc2f4cea142118ac2 (diff)
downloadfactory-boy-f73be3fc0d8c51aef3fcd890e61bb5ba74c55909.tar
factory-boy-f73be3fc0d8c51aef3fcd890e61bb5ba74c55909.tar.gz
Fix typo in setup.py (Closes #197).
Thanks to @nikolas for spotting it!
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9c8f8d2..daee69b 100755
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ PACKAGE = 'factory'
setup(
name='factory_boy',
version=get_version(PACKAGE),
- description="A verstile test fixtures replacement based on thoughtbot's factory_girl for Ruby.",
+ description="A versatile test fixtures replacement based on thoughtbot's factory_girl for Ruby.",
author='Mark Sandstrom',
author_email='mark@deliciouslynerdy.com',
maintainer='Raphaël Barrois',