Skip to content

Commit 802fe59

Browse files
authored
Merge pull request #42 from PyCampES/banner-note
Make the note only 2 lines
2 parents 9b3b4b8 + cc890d7 commit 802fe59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +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'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.'
53+
f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_. ' \
54+
'Ayuda a acercar Python a más personas de habla hispana.'
5555

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

0 commit comments

Comments
 (0)