Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update library/functions.po
added escape to the normal comillas

Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
clacri and humitos authored May 7, 2020
commit 93845a0cd0494c1d04a36e6ec1d531a8bd16c03a
2 changes: 1 addition & 1 deletion library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ msgid ""
"object, it has to define an :meth:`__index__` method that returns an "
"integer. Some examples:"
msgstr ""
"Convierte un número entero a una cadena binaria con prefijo “0b”. El "
"Convierte un número entero a una cadena binaria con prefijo \"0b\". El "
"resultado es una expresión de Python válida. Si *x* no es un objeto de "
"clase :class:`int` en Python, tiene que definir un método :meth:"
"`__index__` que devuelva un entero. Algunos ejemplos:"
Expand Down