Skip to content

Commit 5a91e57

Browse files
committed
small changes
1 parent 09243f5 commit 5a91e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-notebooks/orders_basemaps/requests_order_basemaps.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
" Parameters: order_url (str): url for order\n",
225225
" num_loops (int): number of times to poll before failing\n",
226226
" Prints the state of the order\n",
227-
" Return (response object): links to the order\n",
227+
" Return (str): URL to the order\n",
228228
" '''\n",
229229
" state = ''\n",
230230
" end_states = ['success', 'failed', 'partial']\n",

0 commit comments

Comments
 (0)