Skip to content

Commit 216bdb9

Browse files
committed
Update TDD.md
Took out duplicate sentence.
1 parent 211af77 commit 216bdb9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/TDD.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ The time for the `setup` code to run is included in the overall time.
154154
The more iterations the `stmt` code is run, the less the `setup` time will count per iteration.
155155
The `timer` parameter allows for passing in a different `Timer` than the default.
156156
The default argument for the `timer` parameter is [perf_counter][perf_counter], which should suffice for most cases.
157-
The `number` parameter defines the number of times the `stmt` code will be run.
158157
The default argument for the `number` parameter is `1_000_000`.
159158
The `globals` parameter specifies a namespace in which to execute the code.
160159
The default argument for the `globals` parameter is `None`.

0 commit comments

Comments
 (0)