Skip to content

Commit

Permalink
prettify docs, a line should separate description and params
Browse files Browse the repository at this point in the history
  • Loading branch information
wasimusu committed Jul 2, 2020
1 parent faf0417 commit b7da4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distcache/cache_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def send_receive(self, message, client_socket):
def set(self, key, value):
"""
Set or update the value of key from the cache. Also updates the LRU cache for already existing key or (key, value)
:return: bool value indicating if the operation was successful or not.
"""
# Get the address of the server containing the key
Expand Down

0 comments on commit b7da4e5

Please sign in to comment.