Skip to content

Commit 2ac7c7e

Browse files
committed
Update the docs
1 parent a91d66d commit 2ac7c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/latest/_sources/usage/sharepoint.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sites.ReadWrite.All sharepoint_dl To read and
1212
========================= ======================================= =======================================
1313

1414
Note that using the :code:`.All` scopes is way less secure than granting permissions to specific sites and using
15-
:code:`Sites.Selected scope`.
15+
:code:`Sites.Selected` scope.
1616

1717
Assuming an authenticated account, create a Sharepoint instance, and connect
1818
to a Sharepoint site.

docs/latest/usage/sharepoint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1>Sharepoint<a class="headerlink" href="#sharepoint" title="Link to this headi
130130
</tbody>
131131
</table>
132132
<p>Note that using the <code class="code docutils literal notranslate"><span class="pre">.All</span></code> scopes is way less secure than granting permissions to specific sites and using
133-
<code class="code docutils literal notranslate"><span class="pre">Sites.Selected</span> <span class="pre">scope</span></code>.</p>
133+
<code class="code docutils literal notranslate"><span class="pre">Sites.Selected</span></code> scope.</p>
134134
<p>Assuming an authenticated account, create a Sharepoint instance, and connect
135135
to a Sharepoint site.</p>
136136
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1">#Create Sharepoint instance and connect to a site</span>

0 commit comments

Comments
 (0)