BewareMyPower commented on a change in pull request #10984:
URL: https://github.com/apache/pulsar/pull/10984#discussion_r655280679



##########
File path: site2/docs/client-libraries-python.md
##########
@@ -4,15 +4,15 @@ title: Pulsar Python client
 sidebar_label: Python
 ---
 
-Pulsar Python client library is a wrapper over the existing [C++ client 
library](client-libraries-cpp.md) and exposes all of the [same 
features](/api/cpp). You can find the code in the [`python` 
subdirectory](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/python)
 of the C++ client code.
+Pulsar Python client library is a wrapper over the existing [C++ client 
library](client-libraries-cpp.md) and exposes all of the [same 
features](/api/cpp). You can find the code in the [`python` 
](https://github.com/apache/pulsar/tree/master/pulsar-client-cpp/python)subdirectory
 of the C++ client code.
 
 All the methods in producer, consumer, and reader of a Python client are 
thread-safe.
 
 [pdoc](https://github.com/BurntSushi/pdoc)-generated API docs for the Python 
client are available [here](/api/python).
 
 ## Install
 
-You can install the 
[`pulsar-client`](https://pypi.python.org/pypi/pulsar-client) library either 
via [PyPi](https://pypi.python.org/pypi), using [pip](#installation-using-pip), 
or by building the library from source.
+You can install the 
[`pulsar-client`](https://pypi.python.org/pypi/pulsar-client) library either 
via [PyPi](https://pypi.python.org/pypi), using [pip](#installation-using-pip), 
or by building the library from [source](https://github.com/apache/pulsar).

Review comment:
       It's better to use 
https://github.com/apache/pulsar/tree/master/pulsar-client-cpp as the link of 
source because Python client is built on C++ source code.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to