Fix typo in docstring
authorJustin Kitzes <jkitzes@berkeley.edu>
Sun, 3 Mar 2013 23:43:54 +0000 (15:43 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 16:58:13 +0000 (08:58 -0800)
python/mean_sightings-full.py

index 08de94137db4e6e7b4a9470241ece9e5ed26f1ee..1b24f35244e707942969bbc553eadfe6ffa963bd 100755 (executable)
@@ -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