Skip to content

Commit 5d88ede

Browse files
fix a typo
1 parent eabbf28 commit 5d88ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pytest -k "ada and not adam" tests/test_optimization.py
111111
For example to run both `test_adafactor` and `test_adam_w` you can use:
112112

113113
```bash
114-
pytest -k "test_adam_w or test_adam_w" tests/test_optimization.py
114+
pytest -k "test_adafactor or test_adam_w" tests/test_optimization.py
115115
```
116116

117117
Note that we use `or` here, since we want either of the keywords to match to include both.

0 commit comments

Comments
 (0)