From e4fd866184b5e644894b09d07634ea1c2e276ef2 Mon Sep 17 00:00:00 2001 From: Justin Kitzes Date: Sun, 3 Mar 2013 15:43:54 -0800 Subject: [PATCH] Fix typo in docstring --- python/mean_sightings-full.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/mean_sightings-full.py b/python/mean_sightings-full.py index 08de941..1b24f35 100755 --- a/python/mean_sightings-full.py +++ b/python/mean_sightings-full.py @@ -1,8 +1,8 @@ #!/usr/bin/env python ''' -Module/script to calculate mean numbe of sightings of a given animal in a given -sightings csv file. +Module/script to calculate mean number of sightings of a given animal in a +given sightings csv file. ''' import sys -- 2.26.2