File tree
5 files changed
+7
-7
lines changed- Doc/library
- Lib
- pathlib
5 files changed
+7
-7
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
926 | 926 |
| |
927 | 927 |
| |
928 | 928 |
| |
929 |
| - | |
| 929 | + | |
930 | 930 |
| |
931 | 931 |
| |
932 | 932 |
| |
| |||
1720 | 1720 |
| |
1721 | 1721 |
| |
1722 | 1722 |
| |
1723 |
| - | |
| 1723 | + | |
1724 | 1724 |
| |
1725 | 1725 |
| |
1726 | 1726 |
| |
|
Lines changed: 2 additions & 2 deletions
@@ -242,7 +242,7 @@ Directory and files operations
242
242
be copied as far as the platform allows; if false or omitted, the contents
243
243
and metadata of the linked files are copied to the new tree.
244
244
245
- When *symlinks* is false, if the file pointed by the symlink doesn't
245
+ When *symlinks* is false, if the file pointed to by the symlink doesn't
246
246
exist, an exception will be added in the list of errors raised in
247
247
an :exc:`Error` exception at the end of the copy process.
248
248
You can set the optional *ignore_dangling_symlinks* flag to true if you
@@ -447,7 +447,7 @@ Directory and files operations
447
447
called. If no *cmd* would be called, return ``None``.
448
448
449
449
*mode* is a permission mask passed to :func:`os.access`, by default
450
- determining if the file exists and executable.
450
+ determining if the file exists and is executable.
451
451
452
452
*path* is a "``PATH`` string" specifying the lookup directory list. When no
453
453
*path* is specified, the results of :func:`os.environ` are used, returning
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
| 543 | + | |
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
640 |
| - | |
| 640 | + | |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
| 559 | + | |
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
|
0 commit comments