Skip to content

Commit 5d9f4c2

Browse files
committed
docs: fix board_gcs docstring saying S3
1 parent 75dca78 commit 5d9f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/constructors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def board_s3(path, versioned=True, cache=DEFAULT, allow_pickle_read=None):
388388

389389

390390
def board_gcs(path, versioned=True, cache=DEFAULT, allow_pickle_read=None):
391-
"""Create a board to read and write pins from an AWS S3 bucket folder.
391+
"""Create a board to read and write pins from an Google Cloud Storage bucket folder.
392392
393393
Parameters
394394
----------

0 commit comments

Comments
 (0)