@@ -717,8 +717,8 @@ msgid ""
717
717
"The :mod:`shutil` module contains a :func:`~shutil.copyfile` function. Note "
718
718
"that on Windows NTFS volumes, it does not copy `alternate data streams "
719
719
"<https://en.wikipedia.org/wiki/NTFS#Alternate_data_stream_(ADS)>`_ nor "
720
- "`resource forks <https://en.wikipedia.org/wiki/Resource_fork>`__ on macOS "
721
- "HFS + volumes, though both are now rarely used. It also doesn't copy file "
720
+ "`resource forks <https://en.wikipedia.org/wiki/Resource_fork>`__ on macOS HFS "
721
+ "+ volumes, though both are now rarely used. It also doesn't copy file "
722
722
"permissions and metadata, though using :func:`shutil.copy2` instead will "
723
723
"preserve most (though not all) of it."
724
724
msgstr ""
@@ -780,8 +780,8 @@ msgid ""
780
780
"will return :class:`str` objects rather than :class:`bytes` objects."
781
781
msgstr ""
782
782
"Para leer y escribir datos binarios, es obligatorio abrir el fichero en modo "
783
- "binario (aquí, pasando ``\" rb\" `` a :func:`open`). Si, en cambio, usa "
784
- "`` \" r \" `` (por defecto), el fichero se abrirá en modo texto y ``f.read()`` "
783
+ "binario (aquí, pasando ``\" rb\" `` a :func:`open`). Si, en cambio, usa `` \" r "
784
+ "\" `` (por defecto), el fichero se abrirá en modo texto y ``f.read()`` "
785
785
"retornará objetos :class:`str` en vez de objetos :class:`bytes`."
786
786
787
787
#: ../Doc/faq/library.rst:529
0 commit comments