Skip to content

Commit 4517306

Browse files
authored
Remove third backtick from inline code block.
1 parent d878727 commit 4517306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ When pip finds that an assumption is incorrect, it has to try another approach
13681368
(backtrack), which means discarding some of the work that has already been done,
13691369
and going back to choose another path.
13701370

1371-
For example; The user requests ``pip install tea``. ```tea`` has dependencies of
1371+
For example; The user requests ``pip install tea``. ``tea`` has dependencies of
13721372
``cup``, ``hot-water``, ``spoon`` amongst others.
13731373

13741374
pip starts by installing a version of ``cup``. If it finds out it isn’t

0 commit comments

Comments
 (0)