@@ -1235,8 +1235,8 @@ msgid ""
12351235"the whole stream to recover state."
12361236msgstr ""
12371237"Llamar a este método debería garantizar que los datos en la salida se pongan "
1238- "en un estado limpio que permita agregar datos nuevos sin tener que "
1239- "volver a escanear todo el flujo para recuperar el estado."
1238+ "en un estado limpio que permita agregar datos nuevos sin tener que volver a "
1239+ "escanear todo el flujo para recuperar el estado."
12401240
12411241#: ../Doc/library/codecs.rst:704
12421242msgid ""
@@ -1370,7 +1370,8 @@ msgid ""
13701370"*size*, if given, is passed as size argument to the stream's :meth:`read` "
13711371"method."
13721372msgstr ""
1373- "*size*, si se da, se pasa como argumento de tamaño al método :meth:`read` del *stream*."
1373+ "*size*, si se da, se pasa como argumento de tamaño al método :meth:`read` "
1374+ "del *stream*."
13741375
13751376#: ../Doc/library/codecs.rst:774
13761377msgid ""
@@ -1392,17 +1393,16 @@ msgid ""
13921393"Line-endings are implemented using the codec's :meth:`decode` method and are "
13931394"included in the list entries if *keepends* is true."
13941395msgstr ""
1395- "Los finales de línea se implementan utilizando el método :meth:"
1396- "`decode` del códec y se incluyen en las entradas de la lista si *keepends* es "
1397- "verdadero."
1396+ "Los finales de línea se implementan utilizando el método :meth:`decode` del "
1397+ "códec y se incluyen en las entradas de la lista si *keepends* es verdadero."
13981398
13991399#: ../Doc/library/codecs.rst:786
14001400msgid ""
14011401"*sizehint*, if given, is passed as the *size* argument to the stream's :meth:"
14021402"`read` method."
14031403msgstr ""
1404- "*sizehint*, si se proporciona, se pasa como argumento *size* al método :meth:`read` del "
1405- "*stream*."
1404+ "*sizehint*, si se proporciona, se pasa como argumento *size* al método :meth:"
1405+ "`read` del *stream*."
14061406
14071407#: ../Doc/library/codecs.rst:792
14081408msgid "Resets the codec buffers used for keeping state."
0 commit comments