Commit 34a0a942 authored by Łukasz Nowak's avatar Łukasz Nowak

- spellchecking only


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1527c72d
......@@ -28,13 +28,13 @@
class Periodicity:
"""
A Periodicity allows to define an event wich happens periodically.
A Periodicity allows to define an event which happens periodically.
Here an explanation of wich kind of period we can define:
Here an explanation of which kind of period we can define:
- Every 2 days:
- set periodicity_day_frequency to 2
- Every monday and wednesday
- Every Monday and Wednesday
- set periodicity_week_frequency to 1
- set periodicity_week_day to ['monday','wednesday']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment