Skip to content

Commit 92834b9

Browse files
committed
Reflow admonition
1 parent 9c4a9e5 commit 92834b9

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ This tutorial walks you through how to package a simple Python project. It will
55
show you how to add the necessary files and structure to create the package, how
66
to build the package, and how to upload it to the Python Package Index.
77

8-
.. note:: If you have trouble running the commands in this tutoral, please copy the
9-
command and its output, then `open an issue
10-
<https://github.com/pypa/packaging-problems/issues/new?title=Trouble+with+packaging+tutorial>`_
11-
on the `packaging-problems <https://github.com/pypa/packaging-problems>`_
12-
repository on GitHub. We'll do our best to help you!
8+
.. tip::
9+
10+
If you have trouble running the commands in this tutoral, please copy the command
11+
and its output, then `open an issue`_ on the `packaging-problems`_ repository on
12+
GitHub. We'll do our best to help you!
13+
14+
.. _open an issue: https://github.com/pypa/packaging-problems/issues/new?title=Trouble+with+packaging+tutorial
15+
16+
.. _packaging-problems: https://github.com/pypa/packaging-problems
1317

1418
Some of the commands require a newer version of :ref:`pip`, so start by making
1519
sure you have the latest version installed:

0 commit comments

Comments
 (0)