Commit 879e9bc 1 parent a4bd132 commit 879e9bc Copy full SHA for 879e9bc
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def at_target( # noqa: PLR0913
63
63
n_arrows : int
64
64
number of arrows in this pass
65
65
scoring_system : ScoringSystem
66
- target face/scoring system type
66
+ Literal string value of target face/scoring system type.
67
67
diameter : float or tuple of float, str
68
68
Target diameter size (and units, default [cm])
69
69
distance : float or tuple of float, str
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ class Target:
84
84
Parameters
85
85
----------
86
86
scoring_system : ScoringSystem
87
- target face/scoring system type. Must be one of the supported values.
87
+ Literal string value of target face/scoring system type.
88
+ Must be one of the supported values.
88
89
diameter : float or tuple of float, str
89
90
Target face diameter default [centimetres].
90
91
distance : float or tuple of float, str
You can’t perform that action at this time.
0 commit comments