Skip to content

Commit e904269

Browse files
committed
[docs] Replaced repl with standard python-console
1 parent 06734dd commit e904269

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/developer/misc-utils.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The cache is automatically invalidated on the following events:
9696

9797
Usage example:
9898

99-
.. repl::
99+
.. code-block:: python-console
100100
101101
>>> user.organizations_dict
102102
... {'20135c30-d486-4d68-993f-322b8acb51c4': {'is_admin': True, 'is_owner': False}}
@@ -110,7 +110,7 @@ Returns a list of primary keys of organizations the user can manage.
110110

111111
Usage example:
112112

113-
.. repl::
113+
.. code-block:: python-console
114114
115115
>>> user.organizations_managed
116116
... ['20135c30-d486-4d68-993f-322b8acb51c4']
@@ -122,7 +122,7 @@ Returns a list of primary keys of organizations the user owns.
122122

123123
Usage example:
124124

125-
.. repl::
125+
.. code-block:: python-console
126126
127127
>>> user.organizations_owned
128128
... ['20135c30-d486-4d68-993f-322b8acb51c4']

0 commit comments

Comments
 (0)