Skip to content

Commit cebb623

Browse files
committed
Review updates
- rename the section name to be a question - sentences rewording and fixes
1 parent c66520a commit cebb623

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ If your package is being imported by third-party projects, but does not have any
8686

8787
*See:* :doc:`tools`
8888

89-
Make sure to follow the new naming scheme
90-
-----------------------------------------
89+
Are you following the new Python package naming scheme?
90+
-------------------------------------------------------
9191

9292
.. include:: snippets/naming_scheme.inc
9393

naming-scheme.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Following the new naming scheme
2-
===============================
1+
New Python package naming scheme
2+
================================
33

44
.. include:: snippets/naming_scheme.inc
55

@@ -16,7 +16,7 @@ Using the outdated naming scheme in your subpackage names or run-time/build-time
1616
What needs to be changed?
1717
-------------------------
1818

19-
Check the names of binary packages you are building from your SRPM, and if you use one of the following naming schemes, you'll find instructions on how to fix it in the `section below <required_changes_>`_.
19+
Check the names of binary RPM packages you are building from your SRPM, and if you use one of the following naming schemes, you'll find instructions on how to fix it in the `section below <required_changes_>`_.
2020

2121
Common naming scheme violations
2222
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

snippets/naming_scheme.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
If you have ported your package in accordance with the guidance in the above sections, then it most certainly complies with the `Python package naming guidelines`_. However, you might have done it before this guide came to life or even before the naming guidelines changed, which might mean that some name changes are required. This section is here to walk you through them.
1+
If you have ported your package according to the guidance in previous sections, then it most certainly complies with the `Python package naming guidelines`_. However, you might have done it before this guide came to life or even before the naming guidelines changed, which might mean that some name changes are required. This section is here to walk you through them.
22

33
.. _Python package naming guidelines: https://fedoraproject.org/wiki/Packaging:Naming?rd=Packaging:NamingGuidelines#Python_source_package_naming

0 commit comments

Comments
 (0)