@@ -2444,18 +2444,19 @@ msgstr "*errors*"
2444
2444
2445
2445
#: ../Doc/library/logging.rst:1234
2446
2446
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'. "
2452
2453
msgstr ""
2453
2454
"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' ."
2459
2460
2460
2461
#: ../Doc/library/logging.rst:1245
2461
2462
msgid "The *style* argument was added."
0 commit comments