Skip to content

Commit 3da9a2a

Browse files
totosukipicnixz
andauthored
Update Doc/library/os.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent b55d8e8 commit 3da9a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ features:
36653665

36663666
This example displays the number of bytes taken by non-directory files in each
36673667
directory under the starting directory, except that it doesn't look under any
3668-
\_\_pycache\_\_ subdirectory::
3668+
``__pycache__`` subdirectory::
36693669

36703670
import os
36713671
from os.path import join, getsize

0 commit comments

Comments
 (0)