From fff4cde80f9e72c27949909f2b2d68922eb111ed Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 6 Jan 2020 08:06:38 -0600 Subject: [PATCH] Fix formatting in documentation for API.reverse_geocode --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 7c97ca2..e60ea78 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1120,8 +1120,8 @@ Geo Methods (then this is a radius in meters, but it can also take a string that is suffixed with ft to specify feet). If this is not passed in, then it is assumed to be 0m - :param granularity: Assumed to be `neighborhood' by default; can also be - `city'. + :param granularity: Assumed to be ``neighborhood`` by default; can also be + ``city``. :param max_results: A hint as to the maximum number of results to return. This is only a guideline, which may not be adhered to. -- 2.25.1