Skip to content

Commit 27d0a7d

Browse files
committed
Fix docs errors
1 parent 25a734a commit 27d0a7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

O365/excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ def update_cells(self, address, rows):
19541954
direct endpoint API for tableless row updates.
19551955
:param str|Range address: the address to resolve to a range which can be used for updating cells.
19561956
:param list[list[str]] rows: list of rows to push to this range. If updating a single cell, pass a list
1957-
containing a single row (list) containing a single cell worth of data.
1957+
containing a single row (list) containing a single cell worth of data.
19581958
"""
19591959
if isinstance(address, str):
19601960
address = self.get_range(address)

docs/source/usage/sharepoint.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Sites.Read.All sharepoint To only read
1111
Sites.ReadWrite.All sharepoint_dl To read and save sites, lists and items
1212
========================= ======================================= =======================================
1313

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

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

0 commit comments

Comments
 (0)