~bkidwell/zim/pyzim-win-installer

« back to all changes in this revision

Viewing changes to zim/plugins/calendar.py

  • Committer: Jaap Karssenberg
  • Date: 2011-05-13 17:24:45 UTC
  • mfrom: (400.1.4 typos)
  • Revision ID: jaap.karssenberg@gmail.com-20110513172445-vfe41zoohsegv07z
Merging typo fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
                return datetime.date(year, month, day)
179
179
 
180
180
        def on_process_page_template(self, manager, template, page, dict):
181
 
                '''Callback called when parsing a template, e.g. when exposting a page
 
181
                '''Callback called when parsing a template, e.g. when exposing a page
182
182
                or for the template used to create a new page. Will set parameters in
183
183
                the template dict to be used in the template.
184
184
                '''