Remove extra quote-mark in documentation (#5448)

This commit is contained in:
Eddy Ashton 2023-07-12 18:11:48 +01:00 коммит произвёл GitHub
Родитель 63ec9b67b0
Коммит 3773c70d57
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -75,4 +75,4 @@ The possible access permissions are elaborated in the table below:
| Application | Read-only | None | Read-only | None | Writeable | Writeable | | Application | Read-only | None | Read-only | None | Writeable | Writeable |
+--------------------------+------------+------------+------------+------------+------------+------------+ +--------------------------+------------+------------+------------+------------+------------+------------+
Any violation of these restrictions (eg - calling ``set`` on a `Read-only`` table, or ``has`` on a `None` table) results in an exception being thrown. Any violation of these restrictions (eg - calling ``set`` on a `Read-only` table, or ``has`` on a `None` table) results in an exception being thrown.