Skip to content

Commit 9d35a17

Browse files
committed
typos and formatting
1 parent 9b3250c commit 9d35a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Supported Python versions are: ``3.5`` and ``3.6``.
3333
Why?
3434
----
3535

36-
Official Serving package (https://pypi.python.org/pypi/tensorflow-serving-api) is marked as Python2-only although it **supports** Python3 (therefore you cannot `pip3 install tensorflow-serving-api`). This has been discussed in this thread: https://github.com/tensorflow/serving/issues/700 (unfortunately, the proposal for publishing the Python3 package was rejected).
36+
Official Serving package (https://pypi.python.org/pypi/tensorflow-serving-api) is marked as Python2-only although it **supports** Python3 (therefore you cannot ``pip3 install tensorflow-serving-api``). This has been discussed in this thread: https://github.com/tensorflow/serving/issues/700 (unfortunately, the proposal for publishing the Python3 package was rejected).
3737

38-
This package **is only redistribution**: I only downloaded Python2 ``.whl`` from PyPI, extracted it and added my ``setup.py`` with Python3 support.
38+
This package **is only redistribution**: I only downloaded Python2 ``.whl`` from the PyPI, extracted it and added my ``setup.py`` with Python3 support.

0 commit comments

Comments
 (0)