Skip to content
Snippets Groups Projects
Commit 3dd87553 authored by gabriele-h's avatar gabriele-h
Browse files

Correct comment for patterns

parent bbab41fa
Branches
No related tags found
No related merge requests found
...@@ -29,9 +29,8 @@ class SelectorPredicate: ...@@ -29,9 +29,8 @@ class SelectorPredicate:
class SingleCommand(ParseCommand): class SingleCommand(ParseCommand):
# Testing the input of the patterns, we can either have: # Testing the input of the patterns, we can either have:
# * tag only # * tag only (if it is a controlfield, like 009)
# * tag with inds only # * tag with inds only
# * tag with subfield only or
# * tag with both inds and subfield # * tag with both inds and subfield
# Indicators must always be given in pairs, blank-separated # Indicators must always be given in pairs, blank-separated
pat_tag = re.compile(r"^(\d{3}|AVA)( ([0-9_*]) ([0-9_*]))?" pat_tag = re.compile(r"^(\d{3}|AVA)( ([0-9_*]) ([0-9_*]))?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment