Skip to content

Commit

Permalink
Fix syntax error hiding minio code sample (#634)
Browse files Browse the repository at this point in the history
Without this, the code sample is just hidden
  • Loading branch information
yuvipanda committed Aug 3, 2022
1 parent 21a82b0 commit 18009c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ creating the ``s3fs`` filesystem. Here are some sample configurations:
For a self-hosted MinIO instance:

.. code-block:: python
# When relying on auto discovery for credentials
>>> s3 = s3fs.S3FileSystem(
anon=False,
Expand Down

0 comments on commit 18009c4

Please sign in to comment.