We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e53b2 commit ab5f676Copy full SHA for ab5f676
03_containers_and_collections/03_dict.rst
@@ -1,4 +1,4 @@
1
-.. highlight:: python
+.. code-block:: python
2
3
>>> def most_significant(value):
4
... while value >= 10:
@@ -14,7 +14,7 @@
14
15
------------------------------------------------------------------------------
16
17
-.. highlight::
18
19
>>> def add(collection, key, value):
20
... index = most_significant(key)
0 commit comments