Skip to content

Commit

Permalink
Add missing period to v0_10_1 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 16, 2023
1 parent 5d373b9 commit f542083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snakebids/paths/resources/spec.0.10.1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "v0.10.1"
description: |
Spec corresponding to `BIDS v1.9.0`_
Spec corresponding to `BIDS v1.9.0`_.
Significantly expanded from the v0.0.0 spec, now including long names for
every relevant entity. In addition to the spec, it includes `from` and `to`
Expand Down
4 changes: 2 additions & 2 deletions snakebids/paths/specs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from ._utils import BidsPathSpec
LATEST: str

def v0_10_1(subject_dir: bool = True, session_dir: bool = True) -> BidsPathSpec:
"""Spec corresponding to `BIDS v1.9.0`_
"""Spec corresponding to `BIDS v1.9.0`_.
Significantly expanded from the v0.0.0 spec, now including long names for every
relevant entity. In addition to the spec, it includes `from` and `to` entities
Expand Down Expand Up @@ -70,7 +70,7 @@ def v0_0_0(subject_dir: bool = True, session_dir: bool = True) -> BidsPathSpec:
...

def latest(subject_dir: bool = True, session_dir: bool = True) -> BidsPathSpec:
"""Spec corresponding to `BIDS v1.9.0`_
"""Spec corresponding to `BIDS v1.9.0`_.
Significantly expanded from the v0.0.0 spec, now including long names for every
relevant entity. In addition to the spec, it includes `from` and `to` entities
Expand Down

0 comments on commit f542083

Please sign in to comment.