We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb075e commit a672eebCopy full SHA for a672eeb
docs/guide/contributors/architecture.md
@@ -70,7 +70,7 @@ def exptree(path):
70
print(f"{index}. {descriptions.get(str(node), '')}\n")
71
if node.is_dir() and node in recurse:
72
print(' ```python exec="1" session="filetree" idprefix=""')
73
- print(f' exptree("{node}")')
+ print(f' exptree("{node.as_posix()}")')
74
print(" ```\n")
75
```
76
0 commit comments