Skip to content

Commit e008dd4

Browse files
committed
fix powrap
1 parent 905f4fe commit e008dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

faq/library.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,8 @@ msgid ""
717717
"The :mod:`shutil` module contains a :func:`~shutil.copyfile` function. Note "
718718
"that on Windows NTFS volumes, it does not copy `alternate data streams "
719719
"<https://en.wikipedia.org/wiki/NTFS#Alternate_data_stream_(ADS)>`_ nor "
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 "
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 "
722722
"permissions and metadata, though using :func:`shutil.copy2` instead will "
723723
"preserve most (though not all) of it."
724724
msgstr ""
@@ -780,8 +780,8 @@ msgid ""
780780
"will return :class:`str` objects rather than :class:`bytes` objects."
781781
msgstr ""
782782
"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 ``\"r"
784-
"\"`` (por defecto), el fichero se abrirá en modo texto y ``f.read()`` "
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()`` "
785785
"retornará objetos :class:`str` en vez de objetos :class:`bytes`."
786786

787787
#: ../Doc/faq/library.rst:529

0 commit comments

Comments
 (0)