Skip to content

Commit 44ff3ea

Browse files
committed
remove sneaky control character from URL
1 parent 93bd834 commit 44ff3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/map_alignment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Download Example Data
7878
# we use featureXML files which already contain PSMs (as obtained by oms.IDMapper())
7979
# ... so we can use all aligners pyOpenMS has to offer
8080
feature_files = [
81-
"BSA1_F1_idmapped.featureXML",
81+
"BSA1_F1_idmapped.featureXML",
8282
"BSA2_F1_idmapped.featureXML",
8383
"BSA3_F1_idmapped.featureXML",
8484
]

0 commit comments

Comments
 (0)