Skip to content

Commit 7cfc148

Browse files
authored
Merge pull request #163 from jhlegarreta/doc/remove-unnecessary-tildes
DOC: Remove unnecessary tildes to document built-in types
2 parents 94f6d27 + 9d1ef3d commit 7cfc148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/simulate_pet_motion_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ def get_affine_matrix(translation: tuple, rotation: tuple, voxel_sizes: tuple):
4444
4545
Parameters
4646
----------
47-
translation : :obj:`~tuple`
47+
translation : :obj:`tuple`
4848
Translation values in mm.
49-
rotation : :obj:`~tuple`
49+
rotation : :obj:`tuple`
5050
Rotation values in degrees.
51-
voxel_sizes : :obj:`~tuple`
51+
voxel_sizes : :obj:`tuple`
5252
Voxel sizes in mm.
5353
5454
Returns

0 commit comments

Comments
 (0)