Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Aug 29, 2019
1 parent 7638241 commit 23a38ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/api/shares.py
Expand Up @@ -37,12 +37,12 @@ def __init__(self):
def send_share_info(self, shares: list):
"""Slot connected to ApiRequester.shares_sig signal emitted when a response
to a share request has been received from the Isogeo's API, validated and parsed.
'result' parameter correspond to the content of shares request's reply passed
'shares' parameter correspond to the content of shares request's reply passed
by the ApiRequester.handle_reply method (see modules/api/request.py).
Once the string building from 'result' is done, the shares_ready signal is emitted
passing this string to a connected slot : Isogeo.write_shares_info (see isogeo.py).
:param list result: list of shares feeding the application
:param list shares: list of shares feeding the application
"""
logger.debug("Application properties provided by the Isogeo API.")
content = shares
Expand Down

0 comments on commit 23a38ea

Please sign in to comment.