Skip to content

Commit 223f7c3

Browse files
committed
Intento de corrección al problema de powrap (creo que al lanzar
powrap localmente, se modificaron las lineas de la 819 a la 822, que no están asociadas al issue)
1 parent bc5ce75 commit 223f7c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/pdb.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -822,10 +822,10 @@ msgstr ""
822822
#: ../Doc/library/pdb.rst:491
823823
msgid ""
824824
"Create an alias called *name* that executes *command*. The command must "
825-
"*not* be enclosed in quotes. Replaceable parameters can be indicated by ``"
826-
"%1``, ``%2``, and so on, while ``%*`` is replaced by all the parameters. If "
827-
"no command is given, the current alias for *name* is shown. If no arguments "
828-
"are given, all aliases are listed."
825+
"*not* be enclosed in quotes. Replaceable parameters can be indicated by "
826+
"``%1``, ``%2``, and so on, while ``%*`` is replaced by all the parameters. "
827+
"If no command is given, the current alias for *name* is shown. If no "
828+
"arguments are given, all aliases are listed."
829829
msgstr ""
830830
"Crear un alias llamado *name* que ejecute el *command*. El comando no debe "
831831
"estar entre comillas. Los parámetros reemplazables pueden ser indicados por "

0 commit comments

Comments
 (0)