Skip to content

Commit 4a528fc

Browse files
authored
Fixed a typo in example
1 parent 49cc750 commit 4a528fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ same way as any other supported filesystem.
1212
Open an S3FS by explicitly using the constructor:
1313

1414
```python
15-
from s3_s3fs import s3FS
15+
from s3_s3fs import S3FS
1616
s3fs = S3FS('mybucket')
1717
```
1818

0 commit comments

Comments
 (0)