Skip to content

Commit

Permalink
Docs: fix function example (#21)
Browse files Browse the repository at this point in the history
* doc: fix example function name

* chore: bump version
  • Loading branch information
cmalves committed Apr 20, 2022
1 parent 7b6c508 commit f434ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-s3-tools"
version = "0.1.0"
version = "0.1.1"
description = "AWS S3 tools package"
authors = ["Daniel Ferrari"]
maintainers = ["Daniel Ferrari, Carlos Alves, Tomás Osório"]
Expand Down
2 changes: 1 addition & 1 deletion s3_tools/objects/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def download_key_to_file(
Examples
--------
>>> read_object_to_file(
>>> download_key_to_file(
... bucket="myBucket",
... key="myData/myFile.data",
... local_filename="theFile.data"
Expand Down

0 comments on commit f434ed3

Please sign in to comment.