Skip to content

Commit e99e72b

Browse files
author
Takashi Matsuo
authored
docs: correct a wrong filename (#3562)
1 parent 2b74710 commit e99e72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AUTHORING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ SQLAlchemy==1.3.12
240240
If a sample has testing requirements that differ from its runtime requirements
241241
(such as dependencies on [pytest](http://pytest.org/en/latest/) or other
242242
testing libraries), the testing requirements may be listed in a separate
243-
`requirements-testing.txt` file instead of the main `requirements.txt` file.
243+
`requirements-test.txt` file instead of the main `requirements.txt` file.
244244

245245
### Region Tags
246246

0 commit comments

Comments
 (0)