Skip to content

Commit a640bdb

Browse files
Add closing colon
1 parent 0f52bfe commit a640bdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flask_admin/form/fields.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def pre_validate(self, form):
193193

194194
class Select2TagsField(fields.StringField):
195195
"""`Select2Tags <http://ivaynberg.github.com/select2/#tags>`_ styled text field.
196+
196197
You must include select2.js, form-x.x.x.js and select2 stylesheet for it to work.
197198
"""
198199

@@ -214,7 +215,7 @@ def __init__(
214215
215216
:param save_as_list:
216217
If `True` then populate ``obj`` using list else string
217-
:param allow_duplicates
218+
:param allow_duplicates:
218219
If `True` then duplicate tags are allowed in the field.
219220
"""
220221
self.save_as_list = save_as_list

0 commit comments

Comments
 (0)