Skip to content

Commit a0f6041

Browse files
authored
Merge pull request #9801 from domdfcoding/patch-1
Remove third backtick from inline code block.
2 parents 24f9e98 + 4517306 commit a0f6041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/user_guide.rst

+1-1
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)