Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-13 19:42:09 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-13 19:42:09 (GMT)
commitf9b4488fe3ba67f9284cd7bde6458ad095a7104d (patch)
tree031bdf81aa3531cc99e0431dd86298bae9e79a10
parent66d404c045cbcccd1648999ec8c37611e57ddba3 (diff)
typo on class description
-rw-r--r--archivo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivo.py b/archivo.py
index 2e764f9..f6c799d 100644
--- a/archivo.py
+++ b/archivo.py
@@ -105,7 +105,7 @@ def comprobar_archivo(path, archivo):
return True
def abrir_archivo(path, archivo):
- '''open the ephemeris file and return a data dictionary'''
+ '''open the ephemerides file and return a data dictionary'''
if archivo is 'efemeride':
path = path + '/data/efemerides.pkl'
elif archivo is 'frase':