Skip to content

Commit 53befba

Browse files
Update 2 - translated 10.4-7
1 parent 65729bf commit 53befba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10.-brief-tour-of-the-standard-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Các hàm dựng sẵn [`dir()`](https://docs.python.org/3/library/functions.htm
3131
>>> shutil.copyfile('data.db', 'archive.db')
3232
'archive.db'
3333
>>> shutil.move('/build/executables', 'installdir')
34-
'installdir'
34+
'installdir'
3535
```
3636

3737
### 10.2. Tệp ký tự đại diện (File Wildcards)

0 commit comments

Comments
 (0)