File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ will avoid performing dependency resolution during deployment.
165165
166166## Dealing with dependency conflicts
167167
168- This section uses imaginary packages (` package_coffee ` , ` package_tea ` , and
168+ This section uses hypothetical packages (` package_coffee ` , ` package_tea ` , and
169169` package_water ` ) to explain how pip resolves conflicts.
170170
171171This section provides practical suggestions to pip users who encounter
@@ -197,7 +197,7 @@ because they each depend on different versions of the same package
197197- `` package_tea `` version `` 4.3.0 `` depends on version `` 2.3.1 `` of
198198 `` package_water ``
199199
200- Note: ` package_coffee ` , ` package_tea ` , and ` package_water ` are imaginary
200+ Note: ` package_coffee ` , ` package_tea ` , and ` package_water ` are hypothetical
201201packages used only to illustrate dependency conflicts. They are not real
202202projects you can install.
203203
You can’t perform that action at this time.
0 commit comments