Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b3b4b8 + cc890d7 commit 802fe59Copy full SHA for 802fe59
conf.py
@@ -50,8 +50,8 @@ def add_contributing_banner(app, doctree):
50
from docutils import nodes, core
51
52
message = '¡Ayúdanos a traducir la documentación oficial de Python al Español! ' \
53
- f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_ ' \
54
- 'y así ayudarnos a acercar Python a más personas de habla hispana.'
+ f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_. ' \
+ 'Ayuda a acercar Python a más personas de habla hispana.'
55
56
paragraph = core.publish_doctree(message)[0]
57
banner = nodes.warning(ids=['contributing-banner'])
0 commit comments