Skip to content

Commit 362e22a

Browse files
committed
Fix code formatting in overview.rst
1 parent b5f5022 commit 362e22a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ responsibility is left to higher-level libraries, for example
2525

2626
To install (requires Python ≥3.7):
2727

28-
.. code-block::
28+
::
2929

3030
$ pip install chrome-devtools-protocol
3131

3232
Sample code:
3333

34-
.. code-block::
34+
.. code-block:: python
3535
3636
from cdp import page
3737

0 commit comments

Comments
 (0)