Skip to content

Commit d20c659

Browse files
committed
fix property name
1 parent 497106a commit d20c659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Returns metadata about the atlas:
257257
"brain_region_id": $UUID,
258258
"creation_date": ...,
259259
"id": $UUID,
260-
"leaf_region": False,
260+
"is_leaf_region": False,
261261
"update_date": ...,
262262
"volume": null, # this is null, since it's a leaf region;
263263
},
@@ -266,7 +266,7 @@ Returns metadata about the atlas:
266266
"brain_region_id": $UUID,
267267
"creation_date": ...,
268268
"id": $UUID,
269-
"leaf_region": False,
269+
"is_leaf_region": False,
270270
"update_date": ...,
271271
"volume": 123456789.0,
272272
},

0 commit comments

Comments
 (0)