From 9cfad89d9041685c839f81b297131c47d0978be0 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Thu, 18 Jul 2013 21:27:17 -0400 Subject: [PATCH] Update special_functions.rst [ci skip] --- 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 3d791b6..8688ead 100644 --- a/docs/usage/special_functions.rst +++ b/docs/usage/special_functions.rst @@ -44,4 +44,4 @@ will be replaced with: This function excepts 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`` is ``False``, short url will be used (t.co/xxxxx) \ No newline at end of file +If ``use_display_url`` and ``use_expanded_url`` are ``False``, short url will be used (t.co/xxxxx)