Skip to content

Commit

Permalink
Merge pull request #1 from nemobis/patch-1
Browse files Browse the repository at this point in the history
Fix docs typo for "displayed"
  • Loading branch information
greyli committed Jan 30, 2019
2 parents 691cf81 + 537288d commit bba7701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_share/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def load(css_url=None, js_url=None, serve_local=False):
def create(title='', sites=None, mobile_sites=None, align='left', addition_class=''):
"""Create a share component.
:param title: the prompt dispalyed on the left of the share component.
:param title: the prompt displayed on the left of the share component.
:param sites: a string that consist of sites, separate by comma.
supported site name: weibo, wechat, douban, facebook, twitter,
google, linkedin, qq, qzone.
Expand Down

0 comments on commit bba7701

Please sign in to comment.