Typo fixes (#249)

This commit is contained in:
Philipp Horstenkamp 2023-10-21 10:58:54 +02:00 committed by GitHub
parent 640faeccec
commit 55ebb4c17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
"""Placholder to login int the FH db."""
"""Placeholder to login int the FH db."""
HOSTNAME = "stagingdbtransparenzreg.ioappzs.mongodb.net"
DATABASE = "transparenzregister"
PORT = None

View File

@ -1,4 +1,4 @@
"""Placholder to login int the FH db."""
"""Placeholder to login int the FH db."""
HOSTNAME = "172.17.38.210"
DATABASE = "transparenzregister"
PORT = 30217

View File

@ -1,4 +1,4 @@
"""Fix fincancial data of particular companies identified by their ID."""
"""Fix financial data of particular companies identified by their ID."""
from loguru import logger
from aki_prj23_transparenzregister.apps.enrich_company_financials import work

View File

@ -37,7 +37,7 @@ def transform_date_to_iso(date: str) -> str:
def remove_traling_and_leading_quotes(value: str) -> str:
"""Removes trailing and leading doulbe-quotes from given string if present.
"""Removes trailing and leading double-quotes from given string if present.
Args:
value (str): _description_