typo
This commit is contained in:
parent
3686fecf0b
commit
a8593dd438
1 changed files with 1 additions and 1 deletions
|
@ -246,4 +246,4 @@ It is clearly documented that when using the octal notation a leading 0 must be
|
|||
* `mode: "0755"` → Good
|
||||
* `mode: "1777"` → Good
|
||||
|
||||
This is most probably due to the way Python deals with numeric values and cotal vs. decimal based integers. The String type guarantees that the proper value is used.
|
||||
This is most probably due to the way Python deals with numeric values and octal vs. decimal based integers. The String type guarantees that the proper value is used.
|
||||
|
|
Loading…
Add table
Reference in a new issue