Skip to content

Commit 013307d

Browse files
kannesdarribas
authored andcommitted
fix typos, homogenize docstrings (#115)
1 parent 3cce6d7 commit 013307d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contextily/tile.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def bounds2raster(
5757
e : float
5858
East edge
5959
n : float
60-
Noth edge
60+
North edge
6161
zoom : int
6262
Level of detail
6363
path : str
@@ -137,7 +137,7 @@ def bounds2img(w, s, e, n, zoom="auto", url=None, ll=False, wait=0, max_retries=
137137
e : float
138138
East edge
139139
n : float
140-
Noth edge
140+
North edge
141141
zoom : int
142142
Level of detail
143143
url : str
@@ -393,13 +393,13 @@ def howmany(w, s, e, n, zoom, verbose=True, ll=False):
393393
Arguments
394394
---------
395395
w : float
396-
West edge longitude
396+
West edge
397397
s : float
398-
South edge latitude
398+
South edge
399399
e : float
400-
East edge longitude
400+
East edge
401401
n : float
402-
Noth edge latitude
402+
North edge
403403
zoom : int
404404
Level of detail
405405
verbose : Boolean

0 commit comments

Comments
 (0)