Skip to content

Commit 89f61a9

Browse files
committed
Sincronizar párrafo con texto original
1 parent 9e10186 commit 89f61a9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

library/logging.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,18 +2444,19 @@ msgstr "*errors*"
24442444

24452445
#: ../Doc/library/logging.rst:1234
24462446
msgid ""
2447-
"If this keyword argument is specified along with *filename*, its value is "
2448-
"used when the FileHandler is created, and thus used when opening the output "
2449-
"file. If not specified, the value 'backslashreplace' is used. Note that if "
2450-
"``None`` is specified, it will be passed as such to func:`open`, which means "
2451-
"that it will be treated the same as passing 'errors'."
2447+
"If this keyword argument is specified alongwith *filename*, its value is "
2448+
"used when the:class:`FileHandler` is created, and thus used when opening "
2449+
"the output file. If not specified, the value 'backslashreplace' is used. "
2450+
"Note that if ``None`` is specified, it will be passed as such to :func:"
2451+
"`open`, which means that it will be treated the same as passing "
2452+
"'errors'. "
24522453
msgstr ""
24532454
"Si este argumento de palabra clave se especifica junto con *filename*, su "
2454-
"valor se utiliza cuando se crea el FileHandler, y por lo tanto se utiliza al "
2455-
"abrir el archivo de salida. Si no se especifica, se utiliza el valor `` "
2456-
"backslashreplace``. Tenga en cuenta que si se especifica ``None``, se pasará "
2457-
"como tal a func:`open`, lo que significa que se tratará igual que pasar "
2458-
"``errores``."
2455+
"valor se utiliza cuando se crea el :class:`FileHandler`, y por lo tanto se "
2456+
"utiliza al abrir el archivo de salida. Si no se especifica, se utiliza el "
2457+
"valor 'backslashreplace'. Tenga en cuenta que si se especifica ``None``, se "
2458+
"pasará como tal a :func:`open`, lo que significa que se tratará igual que "
2459+
"pasar 'errores'."
24592460

24602461
#: ../Doc/library/logging.rst:1245
24612462
msgid "The *style* argument was added."

0 commit comments

Comments
 (0)