Skip to content

Commit d8b1ef5

Browse files
committed
Fix the other ones
1 parent e870e2a commit d8b1ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blobmodel/blobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class Blob:
2323
- :math:`v` is the horizontal blob velocity.
2424
- :math:`w` is the vertical blob velocity.
2525
- :math:`t_k` is the blob arriving time at the position x=0, `t_init`.
26-
- :math:`\tau_\shortparallel` is the drainage time, `t_drain`.
27-
- :math:`\varphi` is the blob pulse shape, `blob_shape`.
26+
- :math:`\\tau_\\shortparallel` is the drainage time, `t_drain`.
27+
- :math:`\\varphi` is the blob pulse shape, `blob_shape`.
2828
2929
Additionally, a tilt angle can be provided through `theta`.
3030
"""

0 commit comments

Comments
 (0)