Skip to content

Commit

Permalink
Cosmetic change: add documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed May 21, 2012
1 parent 3584755 commit ea15711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions work_sheet.py
Expand Up @@ -185,6 +185,10 @@ def extractDay(self, year, month, day) :
def extractMonth(self, year, month) :
"""
Extract activities starting a given month
Input:
- year: integer
- month: integer between 1 and 12.
"""
init = dt.datetime(year = year, month = month, day=1)
if month < 12:
Expand Down

0 comments on commit ea15711

Please sign in to comment.