Skip to content

Commit 80e11d6

Browse files
committed
Replace 'imaginary' with more formal terminology
1 parent 4c03cb3 commit 80e11d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/topics/dependency-resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

171171
This 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
201201
packages used only to illustrate dependency conflicts. They are not real
202202
projects you can install.
203203

0 commit comments

Comments
 (0)