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: notebooks/examples.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
{
62
62
"cell_type": "markdown",
63
63
"source": [
64
-
"If you give it a scheme registered with fsspec, it will return a UniversalPath which uses fsspec FileSystem backend"
64
+
"If you give it a scheme registered with fsspec, it will return a UPath which uses fsspec FileSystem backend"
65
65
],
66
66
"metadata": {
67
67
"ein.tags": "worksheet-0",
@@ -91,9 +91,9 @@
91
91
"source": [
92
92
"# fsspec FileSystems\n",
93
93
"\n",
94
-
"with `UniversalPath` you can connect to any fsspec FileSystem and interact with it in with it as you would with your local filesystem using pathlib. Connection arguments can be given in a couple of ways:\n",
94
+
"with `UPath` you can connect to any fsspec FileSystem and interact with it in with it as you would with your local filesystem using pathlib. Connection arguments can be given in a couple of ways:\n",
95
95
"\n",
96
-
"You can give them as keyword arguments as descibed for each filesystem in the fsspec docs:"
96
+
"You can give them as keyword arguments as described for each filesystem in the fsspec docs:"
97
97
],
98
98
"metadata": {
99
99
"ein.tags": "worksheet-0",
@@ -149,7 +149,7 @@
149
149
{
150
150
"cell_type": "markdown",
151
151
"source": [
152
-
"with a UPath object instanciated, you can now interact with the paths with the usual `pathlib.Path` API"
152
+
"with a UPath object instantiated, you can now interact with the paths with the usual `pathlib.Path` API"
0 commit comments