Skip to content

Commit e291254

Browse files
authored
\d shouldn't be an escape character
1 parent 40629f6 commit e291254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WallGo/results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class WallGoResults:
140140
"""Bubble wall velocity :math:`v_w`. None if no solution was found."""
141141

142142
wallVelocityError: float | None
143-
"""Estimated error in bubble wall velocity :math:`\delta v_w`. None if no solution was found."""
143+
r"""Estimated error in bubble wall velocity :math:`\delta v_w`. None if no solution was found."""
144144

145145
wallVelocityLTE: float | None
146146
r"""Bubble wall velocity in local thermal equilibrium :math:`v_w^\text{LTE}`. None when looking for a

0 commit comments

Comments
 (0)