Skip to content

Commit 417868e

Browse files
committed
Fix fixed typo
1 parent 867f341 commit 417868e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_last_modified(client: boto3.client, file_names: list[str]) -> dict:
4949
5050
Args:
5151
client (boto3.client): An initialized boto3 S3 client.
52-
file_names: A list fo string values.
52+
file_names: A list of string values.
5353
5454
Returns:
5555
dict: A dictionary containing formatted datetime values of the last modification date for each file.

0 commit comments

Comments
 (0)