Skip to content

Commit 08c8c9e

Browse files
authored
Correct spelling mistake.
1 parent 2640d01 commit 08c8c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digitalocean/baseapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_data(self, url, type=GET, params=None):
179179
msg = [data[m] for m in ("id", "message") if m in data][1]
180180
raise DataReadError(msg)
181181

182-
# init reqest limits
182+
# init request limits
183183
self.__init_ratelimit(req.headers)
184184

185185
# If there are more elements available (total) than the elements per

0 commit comments

Comments
 (0)