Skip to content

Commit

Permalink
Fix non-raw string causing math rendering problem
Browse files Browse the repository at this point in the history
  • Loading branch information
eelregit committed Nov 4, 2020
1 parent 2f7772b commit a039f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbodykit/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def mass_to_radius(mass, redshift):


def VectorProjection(vector, direction):
"""
r"""
Vector components of given vectors in a given direction.
.. math::
Expand Down

0 comments on commit a039f37

Please sign in to comment.