Skip to content

Commit fada1ce

Browse files
committed
Fix pip requirements link
Missing < broke the link
1 parent 8ad9ec6 commit fada1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Requirements File
147147

148148

149149
A `pip requirements
150-
file https://pip.pypa.io/en/stable/user_guide/#requirements-files>`__
150+
file <https://pip.pypa.io/en/stable/user_guide/#requirements-files>`__
151151
should be placed at the root of the repository. It should specify the
152152
dependencies required to contribute to the project: testing, building,
153153
and generating documentation.

0 commit comments

Comments
 (0)