Skip to content

Commit c1b2c1b

Browse files
committed
Don found an instance of that wasn't in backticks.
1 parent 0f62e58 commit c1b2c1b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ appear directly in the channel, instead relegated to a kind of forked timeline d
117117
)
118118
119119
120-
By default, `reply_broadcast` is set to `False`. To indicate your reply is germane to all members of a channel, set the reply_broadcast boolean parameter to `True`.
120+
By default, `reply_broadcast` is set to `False`. To indicate your reply is germane to all members of a channel,
121+
set the `reply_broadcast` boolean parameter to `True`.
121122

122123
.. code-block:: python
123124

docs-src/basic_usage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ appear directly in the channel, instead relegated to a kind of forked timeline d
6666
)
6767
6868
69-
By default, `reply_broadcast` is set to `False`. To indicate your reply is germane to all members of a channel, set the reply_broadcast boolean parameter to `True`.
69+
By default, `reply_broadcast` is set to `False`. To indicate your reply is germane to all members of a channel,
70+
set the `reply_broadcast` boolean parameter to `True`.
7071

7172
.. code-block:: python
7273

docs/basic_usage.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ <h2>Replying to messages and creating threads<a class="headerlink" href="#replyi
169169
<span class="p">)</span>
170170
</pre></div>
171171
</div>
172-
<p>By default, <cite>reply_broadcast</cite> is set to <cite>False</cite>. To indicate your reply is germane to all members of a channel, set the reply_broadcast boolean parameter to <cite>True</cite>.</p>
172+
<p>By default, <cite>reply_broadcast</cite> is set to <cite>False</cite>. To indicate your reply is germane to all members of a channel,
173+
set the <cite>reply_broadcast</cite> boolean parameter to <cite>True</cite>.</p>
173174
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">slackclient</span> <span class="kn">import</span> <span class="n">SlackClient</span>
174175

175176
<span class="n">slack_token</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">environ</span><span class="p">[</span><span class="s2">&quot;SLACK_API_TOKEN&quot;</span><span class="p">]</span>

0 commit comments

Comments
 (0)