You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/02 - Sessions.ipynb
+62-8Lines changed: 62 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
"\n",
20
20
"Wrangler will not store any kind of state internally, and users is in charge of all the Sessions management, if necessary.\n",
21
21
"\n",
22
-
"Most Wrangler functions receive the optional `boto3_session` argument. If None is received, a default boto3 Session will be temporary created to run the function."
22
+
"Most Wrangler functions receive the optional `boto3_session` argument. If None is received, the default boto3 Session will be used."
0 commit comments