Skip to content

Commit 8167e3f

Browse files
committed
RST syntax fix
1 parent e4162dc commit 8167e3f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/reference/reference_lua/box_schema/user_disable.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ box.schema.user.disable()
1010

1111
Revokes ``usage`` and ``session`` permissions from the subject user. Equivalent to the following call:
1212

13-
.. code-block:: lua
14-
box.schema.user.revoke('{username}','usage,session','universe',nil,{if_not_exists=true})
13+
.. code-block:: lua
14+
15+
box.schema.user.revoke('{username}','usage,session','universe',nil,{if_not_exists=true})
1516
1617
.. NOTE::
1718

doc/reference/reference_lua/box_schema/user_enable.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ box.schema.user.enable()
1010

1111
Grants ``usage`` and ``session`` permissions to the subject user. Equivalent to the following call:
1212

13-
.. code-block:: lua
14-
box.schema.user.grant('{username}','usage,session','universe',nil,{if_not_exists=true})
13+
.. code-block:: lua
14+
15+
box.schema.user.grant('{username}','usage,session','universe',nil,{if_not_exists=true})
1516
1617
.. NOTE::
1718

0 commit comments

Comments
 (0)