Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Sep 27, 2024
1 parent 6e3ca9c commit 3d4a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pertpy/metadata/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _warn_unmatch(
if verbosity > 0:
logger.info(
f"There are {total_identifiers} identifiers in `adata.obs`."
f"However, {len(unmatched_identifiers)} identifiers can't be found in the {metadata_type} annotation,"
f"However, {len(unmatched_identifiers)} identifiers can't be found in the {metadata_type} annotation, "
"leading to the presence of NA values for their respective metadata.\n"
f"Please check again: *unmatched_identifiers[:verbosity]..."
)
Expand Down

0 comments on commit 3d4a92f

Please sign in to comment.