Skip to content

Commit 729375d

Browse files
committed
ENH: Expect extensions metadata; FIX: raw docstring
1 parent 2efa21a commit 729375d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/checkspecs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self,
3131
package_skip_patterns=None,
3232
module_skip_patterns=None,
3333
class_skip_patterns=None):
34-
''' Initialize package for parsing
34+
r''' Initialize package for parsing
3535
3636
Parameters
3737
----------
@@ -200,7 +200,7 @@ def test_specs(self, uri):
200200
'position', 'mandatory', 'copyfile', 'usedefault', 'sep',
201201
'hash_files', 'deprecated', 'new_name', 'min_ver', 'max_ver',
202202
'name_source', 'name_template', 'keep_extension', 'units',
203-
'output_name'
203+
'output_name', 'extensions'
204204
]
205205
in_built = [
206206
'type', 'copy', 'parent', 'instance_handler', 'comparison_mode',

0 commit comments

Comments
 (0)