From 4e6963d8cc8724a9a58804c6c866cef46fb385bf Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 17 Jun 2015 16:27:31 +0100 Subject: [PATCH] =?UTF-8?q?special=5Ffunctions.rst:=20typo:=20excepts=20?= =?UTF-8?q?=E2=86=92=20accepts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/usage/special_functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/special_functions.rst b/docs/usage/special_functions.rst index b52a245..c89da38 100644 --- a/docs/usage/special_functions.rst +++ b/docs/usage/special_functions.rst @@ -85,7 +85,7 @@ will be replaced with: - For user mentions that are replaced we add ``class="twython-mention"`` to the anchor tag - For hashtags that are replaced we add ``class="twython-hashtag"`` to the anchor tag -This function excepts two parameters: ``use_display_url`` and ``use_expanded_url`` +This function accepts two parameters: ``use_display_url`` and ``use_expanded_url`` By default, ``use_display_url`` is ``True``. Meaning the link displayed in the tweet text will appear as (ex. google.com, github.com) If ``use_expanded_url`` is ``True``, it overrides ``use_display_url``. The urls will then be displayed as (ex. http://google.com, https://github.com) If ``use_display_url`` and ``use_expanded_url`` are ``False``, short url will be used (t.co/xxxxx)