Skip to content

Commit ad13e16

Browse files
committed
docs: small miswording in quickstart
1 parent cd26444 commit ad13e16

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

docs/doctrees/environment.pickle

2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/html/_sources/info/quickstart.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Quickstart
4646
4747
RPC.connect() # Start the handshake loop
4848
49-
**Now we need to actually set our rich presence. We can use the update() function for this. There are many options we can use, but for this we will use state:**
49+
**Now we need to actually set our rich presence. We can use the update() function for this. There are many options we can use, but for this we will use these:**
5050

5151
.. code-block:: python
5252

docs/html/info/quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1>Quickstart<a class="headerlink" href="#quickstart" title="Link to this headi
6969
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">RPC</span><span class="o">.</span><span class="n">connect</span><span class="p">()</span> <span class="c1"># Start the handshake loop</span>
7070
</pre></div>
7171
</div>
72-
<p><strong>Now we need to actually set our rich presence. We can use the update() function for this. There are many options we can use, but for this we will use state:</strong></p>
72+
<p><strong>Now we need to actually set our rich presence. We can use the update() function for this. There are many options we can use, but for this we will use these:</strong></p>
7373
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span> <span class="n">RPC</span><span class="o">.</span><span class="n">update</span><span class="p">(</span>
7474
<span class="n">state</span><span class="o">=</span><span class="s2">&quot;Here it is!&quot;</span><span class="p">,</span>
7575
<span class="n">details</span><span class="o">=</span><span class="s2">&quot;A working presence, from python!&quot;</span><span class="p">,</span>

docs/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sphinx/info/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Quickstart
4646
4747
RPC.connect() # Start the handshake loop
4848
49-
**Now we need to actually set our rich presence. We can use the update() function for this. There are many options we can use, but for this we will use state:**
49+
**Now we need to actually set our rich presence. We can use the update() function for this. There are many options we can use, but for this we will use these:**
5050

5151
.. code-block:: python
5252

0 commit comments

Comments
 (0)