Skip to content

Commit

Permalink
NO-JIRA: [Python docs] Correct link, typo and update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
astitcher committed Dec 11, 2024
1 parent 11b67fc commit 88850e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Qpid Proton Python API Documentation
####################################

The Proton module provides a Python 2.7 and 3.x API for Qpid Proton. It enables a developer to write Python applications
The Proton module provides a Python 3 API for Qpid Proton. It enables a developer to write Python applications
that send and receive AMQP messages.

*******
Expand Down Expand Up @@ -131,8 +131,8 @@ Examples
--------

Several examples may be found in the
`Apache Qpid Proton Examples <https://qpid.apache.org/releases/qpid-proton-0.28.0/proton/python/examples/index.html>`_
whcih illustrate the techniques and concepts of sending messages. They are also present in the source. These make
`Apache Qpid Proton Examples <../examples/index.html>`_
which illustrate the techniques and concepts of sending messages. They are also present in the source. These make
an excellent starting point for developers new to this API. Make sure to read the README file, which gives
instructions on how to run them and a brief explanation of each example.

Expand Down

0 comments on commit 88850e2

Please sign in to comment.