1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-06-16 18:03:51 -07:00
parent 093c1703d7
commit f1ed803525
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
def has_data(data: str) -> bool:
"""
Checks if the input contains data. If there are any non-whitespace
characters then return True, else return False.
characters then return `True`, else return `False`.
Parameters: