Skip to content

Commit

Permalink
Minor typo fixes in README.md (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored Mar 7, 2024
1 parent 5cdd759 commit ec5b285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class StorageObject(
# Ensure that the object is accessible locally under self.local_path()
...

# The following to methods are only required if the class inherits from
# The following two methods are only required if the class inherits from
# StorageObjectReadWrite.

@retry_decorator
Expand All @@ -196,7 +196,7 @@ class StorageObject(
# Remove the object from the storage.
...

# The following to method is only required if the class inherits from
# The following method is only required if the class inherits from
# StorageObjectGlob.

@retry_decorator
Expand Down

0 comments on commit ec5b285

Please sign in to comment.