Skip to content

Commit ab5f676

Browse files
authored
Fixed Github compatibility
1 parent 84e53b2 commit ab5f676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03_containers_and_collections/03_dict.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. highlight:: python
1+
.. code-block:: python
22
33
>>> def most_significant(value):
44
... while value >= 10:
@@ -14,7 +14,7 @@
1414
1515
------------------------------------------------------------------------------
1616

17-
.. highlight::
17+
.. code-block:: python
1818
1919
>>> def add(collection, key, value):
2020
... index = most_significant(key)

0 commit comments

Comments
 (0)