Skip to content

Commit

Permalink
[CHORE] Update README.rst typo (#1141)
Browse files Browse the repository at this point in the history
Fix typo in import in README
  • Loading branch information
jaychia authored Jul 9, 2023
1 parent 5fea60a commit 7c4ca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In this example, we load images from an AWS S3 bucket's URLs and resize each ima

.. code:: python
import daft as daft
import daft
# Load a dataframe from filepaths in an S3 bucket
df = daft.from_glob_path("s3://daft-public-data/laion-sample-images/*")
Expand Down

0 comments on commit 7c4ca5d

Please sign in to comment.