Skip to content

Commit 3ee45e8

Browse files
committed
docs: fix storage example formatting
1 parent 51fde80 commit 3ee45e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/user-guide/connecting-to-storage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ except ValueError:
115115
pass # This filesystem cannot access another bucket.
116116
else:
117117
raise AssertionError("A path in another bucket must be rejected")
118-
119118
```
120119

121120
Independent fsspec calls can use different buckets; create a separate filesystem for each bucket. When constructing `S3FileSystem` directly, pass `bucket=...` explicitly.

0 commit comments

Comments
 (0)