Add docstring

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-08 10:55:58 +02:00
parent d30ccf592d
commit e71d14fd39

View file

@ -13,7 +13,7 @@ def parse_arguments() -> argparse.Namespace:
"""Arguments consist of:
* a coin to look up
* the currency to set the value on (defaults to USD)
* the number of decimals
* the number of decimals to display
"""
parser = argparse.ArgumentParser()
@ -26,7 +26,7 @@ def parse_arguments() -> argparse.Namespace:
def compute(args: argparse.Namespace) -> str:
"""h"""
"""Send a request to the API with the given arguments."""
symbols = {
"GBP": "£",