Skip to content

Commit 13002c5

Browse files
committed
Merge branch 'DEV-580-hdforce-v1.1.3-Test-Metrics-and-Forcetime' of https://github.com/HawkinDynamics/hawkinPy into DEV-580-hdforce-v1.1.3-Test-Metrics-and-Forcetime
2 parents d13250f + 309b0ad commit 13002c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ types
119119
#### Get Athletes
120120
``` Python
121121
# Get Athletes
122-
roster = hdforce.GetAthletes( includeInactive= False) # includeInactive is default to False
122+
roster = hdforce.GetAthletes( includeInactive= False) # includeInactive defaults to False
123+
123124

124125
# Athlete example
125126
roster[roster['name'] =="Lauren Green"]

0 commit comments

Comments
 (0)