Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ between these codes and the corresponding country name.
Installation
============

::
.. code-block:: console

$ pip install iso3166

Expand All @@ -27,7 +27,7 @@ Usage
Country details
---------------

::
.. code-block:: pycon

>>> from iso3166 import countries
>>>
Expand All @@ -42,7 +42,7 @@ Country details
Country lists and indexes
-------------------------

::
.. code-block:: pycon

>>> from iso3166 import countries

Expand All @@ -53,7 +53,7 @@ Country lists and indexes
Country(name='Albania', alpha2='AL', alpha3='ALB', numeric='008')
Country(name='Algeria', alpha2='DZ', alpha3='DZA', numeric='012')

::
.. code-block:: pycon

>>> import iso3166

Expand Down