Skip to content

Commit 0762c7a

Browse files
committed
Fix design doc content and typos
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 3deecac commit 0762c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/dependencies-design.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Docker images for each of the supported Python versions. It would also
7373
fail to build native dependencies unless the required toolchain is also
7474
identified and installed.
7575

76-
The solution approach proposed for this SOW is to use a single Python
76+
The solution approach designed for this project is to use a single Python
7777
version to call the underlying version resolution libraries and
7878
functions to perform the resolution in a well-controlled way without
7979
invoking pip as a subprocess. This will eventually request resolution of
@@ -83,7 +83,7 @@ Python 3.8, even though the current Python version running the tool may
8383
be 3.9. The actual Python version running the tool may be different from
8484
the version used to support the dependency resolution.
8585

86-
The proposed solution will be a new Python package and command line tool
86+
The designed solution will be a new Python package and command line tool
8787
that can be installed on one Python version and can resolve dependencies
8888
from requirements files for any provided Python version as an argument
8989
(which may not be the same as the installed Python version). The output

0 commit comments

Comments
 (0)