Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrw committed Sep 27, 2023
1 parent d1b3cab commit 5bd31ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minio/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,12 +958,12 @@ def entity(self, value):

@property
def entity_value(self):
"""Get entity vaue."""
"""Get entity value."""
return self._entity_value

@entity_value.setter
def entity_value(self, value):
"""Set entity vaue."""
"""Set entity value."""
self._entity_value = value

@property
Expand Down

0 comments on commit 5bd31ac

Please sign in to comment.