[DOCs][Dependencies] Fixed missing space for PyPi logo

This commit is contained in:
Salvador E. Tropea 2022-06-30 08:07:42 -03:00
parent 758e43fbd5
commit 482efbd81b
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ def print_dependencies(markdown=True, jsn=False):
has_dowloader = ' '+AUTO_DOWN if dep.downloader is not None else ''
if dep.is_python:
url = 'https://pypi.org/project/{}/'.format(name)
is_pypi_dep = '[{}]({})'.format(is_pypi_dep, url)
is_pypi_dep = ' [{}]({})'.format(is_pypi_dep, url)
else:
url = dep.url
name = '[**{}**]({})'.format(name, url)