Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Mar 8, 2024
1 parent e22746e commit f553a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cooler/create/_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def __init__(
blocknames = f.get_blocknames()
if block_char not in blocknames[0]:
raise ValueError(
f"The contig separator character `{block_char}` does not appear "
f"The contig separator character `{block_char}` does not "
f"appear in the first block name `{blocknames[0]}`. Please "
"specify the correct character as `block_char`."
)
Expand Down

0 comments on commit f553a04

Please sign in to comment.