Skip to content

Commit a30d54c

Browse files
committed
Merge pull request pypa#149 from simleo/fix_typo
Fix typo in source/distributing.rst
2 parents ccc15ef + d04a581 commit a30d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/distributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ install_requires
297297

298298
install_requires=['peppercorn'],
299299

300-
"install_requires" should be used to specify what dependences a project
300+
"install_requires" should be used to specify what dependencies a project
301301
minimally needs to run. When the project is installed by :ref:`pip`, this is the
302302
specification that is used to install its dependencies.
303303

0 commit comments

Comments
 (0)