uranusjr commented on a change in pull request #16954:
URL: https://github.com/apache/airflow/pull/16954#discussion_r670145370



##########
File path: airflow/utils/python_virtualenv.py
##########
@@ -88,12 +124,15 @@ def prepare_virtualenv(
     :type system_site_packages: bool
     :param requirements: List of additional python packages
     :type requirements: List[str]
-    :return: Path to a binary file with Python in a virtual environment.
+    :param connection_id: The private repository connection_id
+     case there are private packages to install.

Review comment:
       a private PyPI repository -> a private PEP 503 Simple Repository server, 
maybe? The term PyPI is confusing (officially it only refers to the “official” 
repository at PyPI.org)




-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to