Skip to content

Commit b49a213

Browse files
committed
fix syntax
1 parent cf89b0b commit b49a213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/user_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,9 +1484,9 @@ constrain the number of package versions it tries.
14841484
A first good candidate for this constraining is the package(s) it is
14851485
backtracking on (e.g. in the above example - ``cup``).
14861486

1487-
You coud try:
1487+
You could try:
14881488

1489-
==\ ``pip install tea cup > 3.13`` please check this syntax==
1489+
``pip install tea cup > 3.13``
14901490

14911491
This will reduce the number of versions of ``cup`` it tries, and
14921492
possibly reduce the time pip takes to install.

0 commit comments

Comments
 (0)