Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fixes docs generation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Dec 8, 2015
1 parent 7fa9515 commit a7f6d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions onegov/town/forms/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def validate(self):
""" Make sure a valid RRULE can be generated with the given fields.
Might be better to group weekly and end_date in an enclosure,
see See `<http://wtforms.readthedocs.org/en/latest/fields.html\
#field-enclosures`_.
see See http://wtforms.readthedocs.org/en/latest/fields.html
#field-enclosures.
"""
result = super().validate()
Expand Down
2 changes: 1 addition & 1 deletion onegov/town/views/sitecollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def get_site_collection(self, request):
""" Returns a list of internal links to be used by the redactor.
See ``<http://imperavi.com/redactor/plugins/predefined-links/>`_
See `<http://imperavi.com/redactor/plugins/predefined-links/>`_
"""

Expand Down

0 comments on commit a7f6d27

Please sign in to comment.