Skip to content

Commit 140a98c

Browse files
committed
Update message
1 parent dbeb24a commit 140a98c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def add_contributing_banner(app, doctree):
5050
from docutils import nodes, core
5151

5252
message = '¡Ayúdanos a traducir la documentación oficial de Python al Español! ' \
53-
f'Más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_'
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.'
5455

5556
paragraph = core.publish_doctree(message)[0]
5657
banner = nodes.warning(ids=['contributing-banner'])

0 commit comments

Comments
 (0)