Commit dbc8172b authored by Bram Schoenmakers's avatar Bram Schoenmakers

Minor docstring fix.

parent 92f078b7
......@@ -37,8 +37,8 @@ def _add_months(p_sourcedate, p_months):
def _convert_pattern(p_length, p_periodunit, p_offset=date.today()):
"""
Converts a pattern in the form [0-9][dwmy] and returns a date from today
with the period of time added to it.
Converts a pattern in the form [0-9][dwmy] and returns a date from the
offset with the period of time added to it.
"""
result = None
......
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