Skip to content

Commit

Permalink
Use raw string literal in docstring with \ (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu authored Nov 3, 2024
1 parent f6c8698 commit 6acd3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrr/vector3.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def cross(v1, v2):
return np.cross(v1, v2)

def generate_normals(v1, v2, v3, normalize_result=True):
"""Generates a normal vector for 3 vertices.
r"""Generates a normal vector for 3 vertices.
The result is a normalized vector.
Expand Down

0 comments on commit 6acd3ee

Please sign in to comment.