From f73be3fc0d8c51aef3fcd890e61bb5ba74c55909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 21 Apr 2015 11:33:50 +0200 Subject: Fix typo in setup.py (Closes #197). Thanks to @nikolas for spotting it! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3