Skip to content

Commit 6105d53

Browse files
committed
Comment editorial
1 parent bcb13a3 commit 6105d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def setup(app):
390390

391391
# do not execute gallery examples that begin with NX_
392392
# https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns
393-
# left & center ensure only start of filename as remaining group to match by right operand
393+
# left & center operands ensure only start of filename as remaining group to be matched by right operand
394394
'filename_pattern': "^.*" + os.path.sep + "((?!NX_).)*$",
395395

396396
# directory where function/class granular galleries are stored

0 commit comments

Comments
 (0)