Skip to content

Commit eaf4cd1

Browse files
Fix a typo introduced in previous commit that makes an f-string a normal string
1 parent f24a1cf commit eaf4cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velociraptor/catalogue/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ def registration_veldisp(
716716
coordinate = match.group(1)
717717
ptype = match.group(2)
718718

719-
full_name = "$\\sigma_{{{{\\rm v}}, {coordinate.lower()}}}$"
719+
full_name = f"$\\sigma_{{{{\\rm v}}, {coordinate.lower()}}}$"
720720

721721
if ptype:
722722
full_name += f" ({ptype})"

0 commit comments

Comments
 (0)