[skip ci] stray en-dash

This commit is contained in:
Philip Eisenlohr 2021-09-08 18:39:06 +00:00
parent b337575963
commit eae4a7f29c
1 changed files with 2 additions and 2 deletions

View File

@ -575,12 +575,12 @@ class Rotation:
def as_Rodrigues_vector(self, def as_Rodrigues_vector(self,
compact = False): compact = False):
""" """
Represent as RodriguesFrank vector with separated axis and angle argument. Represent as RodriguesFrank vector with separate axis and angle argument.
Parameters Parameters
---------- ----------
compact : bool, optional compact : bool, optional
Return three-component Rodrigues-Frank vector, Return three-component RodriguesFrank vector,
i.e. axis and angle argument are not separated. i.e. axis and angle argument are not separated.
Returns Returns