Skip to content

Commit 24e976f

Browse files
committed
Call this just ethtool module/package/project
Fixes #22
1 parent 802e74e commit 24e976f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
python-ethtool
2-
==============
1+
Python ethtool module
2+
=====================
33

44
*Python bindings for the ethtool kernel interface*
55

6-
``python-ethtool`` allows querying and changing of ethernet card settings,
6+
The Python ``ethtool`` module allows querying and changing of ethernet card settings,
77
such as speed, port, autonegotiation, and PCI locations.
88

99
**This is the new upstream for python-ethtool maintained by Fedora's
@@ -20,7 +20,7 @@ Usage
2020
>>> ethtool.get_ipaddr('lo')
2121
'127.0.0.1'
2222

23-
``python-ethtool`` also provides the ``pethtool`` and ``pifconfig`` utilities. More example usage may be gathered from their sources,
23+
The ``ethtool`` package also provides the ``pethtool`` and ``pifconfig`` utilities. More example usage may be gathered from their sources,
2424
`pethtool.py <https://github.com/fedora-python/python-ethtool/blob/master/scripts/pethtool>`_
2525
and
2626
`pifconfig.py <https://github.com/fedora-python/python-ethtool/blob/master/scripts/pethtool>`_.
@@ -95,7 +95,7 @@ are welcome.
9595
License
9696
-------
9797

98-
``python-ethtool`` is free software distributed under the terms of the
99-
GNU General Public License v2.0, see
98+
The Python ``ethtool`` project is free software distributed under the terms of
99+
the GNU General Public License v2.0, see
100100
`COPYING <https://github.com/fedora-python/python-ethtool/blob/master/COPYING>`_.
101101

0 commit comments

Comments
 (0)