Skip to content

Commit

Permalink
Fix doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eelregit committed Nov 7, 2020
1 parent a039f37 commit a387cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbodykit/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ def VectorProjection(vector, direction):
.. math::
\mathbf{v}_d &= (\mathbf{v} \cdot \hat{\mathbf{d}}) \hat{\mathbf{d}} \\
\hat{\mathbf{d}} &= \frac{\mathbf{b}}{\|\mathbf{b}\|}
\mathbf{v}_\mathbf{d} &= (\mathbf{v} \cdot \hat{\mathbf{d}}) \hat{\mathbf{d}} \\
\hat{\mathbf{d}} &= \frac{\mathbf{d}}{\|\mathbf{d}\|}
Parameters
----------
Expand Down

0 comments on commit a387cf4

Please sign in to comment.