diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2019-08-21 08:18:58 +0530 |
---|---|---|
committer | Pradyun Gedam <pradyunsg@gmail.com> | 2019-08-21 15:51:38 +0530 |
commit | e888587c68080cb85bb065837c80940804b02c70 (patch) | |
tree | 52b359aa5277aca2f5f2dc46b0faa1989d5dfce9 | |
parent | 58a66066cce7f0f8ebff8d5fceaa75152516e51d (diff) | |
download | pip-pradyunsg-docs-improve-note.tar.gz |
Note that pip's internals can change at any timepradyunsg-docs-improve-note
-rw-r--r-- | docs/html/development/architecture/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/development/architecture/index.rst b/docs/html/development/architecture/index.rst index f3f221565..7d50d998c 100644 --- a/docs/html/development/architecture/index.rst +++ b/docs/html/development/architecture/index.rst @@ -8,8 +8,9 @@ Architecture of pip's internals interested in helping out, please let us know in the `tracking issue`_. .. note:: - Direct use of pip's internals is *not supported*. - For more details, see :ref:`Using pip from your program`. + Direct use of pip's internals is *not supported*, and these internals + can change at any time. For more details, see :ref:`Using pip from + your program`. .. toctree:: |