Skip to content

Commit 0b8ba76

Browse files
committed
Indent literal block
1 parent 6eec2e2 commit 0b8ba76

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

zarr/hierarchy.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -723,13 +723,14 @@ def visit(self, func):
723723
Search for members matching some name query can be implemented using
724724
``visit`` that is, ``find`` and ``findall``. Consider the following
725725
tree::
726-
/
727-
├── aaa
728-
│ └── bbb
729-
│ └── ccc
730-
│ └── aaa
731-
├── bar
732-
└── foo
726+
727+
/
728+
├── aaa
729+
│ └── bbb
730+
│ └── ccc
731+
│ └── aaa
732+
├── bar
733+
└── foo
733734
734735
It is created as follows:
735736

0 commit comments

Comments
 (0)