Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ minimal set:
package.
- ``description`` is a short, one-sentence summary of the package.
- ``long_description`` is a detailed description of the package. This is
shown on the package detail package on the Python Package Index. In
shown on the package detail page on the Python Package Index. In
this case, the long description is loaded from :file:`README.md` which is
a common pattern.
- ``long_description_content_type`` tells the index what type of markup is
Expand Down