Skip to content

Commit 4377321

Browse files
authored
Docs: Update os-module.md (#36)
1 parent ab0c6ba commit 4377321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/os-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ list_items('../')
5050

5151
| Feature | JavaScript | Python |
5252
|---------|------------|--------|
53-
| Check if file or directory exists | fs.existsSync(path) | os.path.exists(path) |
54-
| Create directory | fs.mkdirSync(path) | os.mkdir(path) |
55-
| List directory | fs.readdirSync(path) | os.listdir(path) |
53+
| Check if file or directory exists | `fs.existsSync(path)` | `os.path.exists(path)` |
54+
| Create directory | `fs.mkdirSync(path)` | `os.mkdir(path)` |
55+
| List directory | `fs.readdirSync(path)` | `os.listdir(path)` |
5656

5757
### Resources
5858

0 commit comments

Comments
 (0)