Skip to content

Commit 45e77e8

Browse files
committed
Add code highlighting hints
1 parent 95caebf commit 45e77e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ City Database
162162
Connection-Type Database
163163
^^^^^^^^^^^^^^^^^^^^^^^^
164164

165+
.. code-block:: pycon
166+
165167
>>> import geoip2.database
166168
>>>
167169
>>> # This creates a Reader object. You should use the same object
@@ -180,6 +182,8 @@ Connection-Type Database
180182
Domain Database
181183
^^^^^^^^^^^^^^^
182184

185+
.. code-block:: pycon
186+
183187
>>> import geoip2.database
184188
>>>
185189
>>> # This creates a Reader object. You should use the same object
@@ -197,6 +201,8 @@ Domain Database
197201
ISP Database
198202
^^^^^^^^^^^^
199203

204+
.. code-block:: pycon
205+
200206
>>> import geoip2.database
201207
>>>
202208
>>> # This creates a Reader object. You should use the same object

0 commit comments

Comments
 (0)