Skip to content

Commit

Permalink
Improve README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Oct 23, 2020
1 parent 32d5e82 commit 074b32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ for later consumption. It can be changed using the environment variable
Data sources are provided as a list in the ``pgeocode.DOWNLOAD_URL`` variable.
The default value is,

.. code::
.. code:: python
DOWNLOAD_URL = [
"https://download.geonames.org/export/zip/{country}.zip",
Expand All @@ -120,7 +120,7 @@ of the first.

It is also possible to extend this variable with third party data sources, as
long as they follow the same format. See for instance
[postal-codes-data](https://github.com/symerio/postal-codes-data/tree/master/data/geonames)
`postal-codes-data <https://github.com/symerio/postal-codes-data/tree/master/data/geonames>`_
repository for examples of data files.


Expand Down

0 comments on commit 074b32b

Please sign in to comment.