Merge pull request #9801 from domdfcoding/patch-1

Remove third backtick from inline code block.
This commit is contained in:
Pradyun Gedam 2021-04-12 07:09:41 +01:00 committed by GitHub
commit a0f604164e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ When pip finds that an assumption is incorrect, it has to try another approach
(backtrack), which means discarding some of the work that has already been done,
and going back to choose another path.
For example; The user requests ``pip install tea``. ```tea`` has dependencies of
For example; The user requests ``pip install tea``. ``tea`` has dependencies of
``cup``, ``hot-water``, ``spoon`` amongst others.
pip starts by installing a version of ``cup``. If it finds out it isnt