diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-21 11:33:50 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-21 11:33:50 +0200 |
commit | f73be3fc0d8c51aef3fcd890e61bb5ba74c55909 (patch) | |
tree | 5972bb49b8dfaa23ffc30afb300d287b5869ab6f | |
parent | 0e73c401d3a0aa0780bf428cc2f4cea142118ac2 (diff) | |
download | factory-boy-f73be3fc0d8c51aef3fcd890e61bb5ba74c55909.tar factory-boy-f73be3fc0d8c51aef3fcd890e61bb5ba74c55909.tar.gz |
Fix typo in setup.py (Closes #197).
Thanks to @nikolas for spotting it!
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |