Skip to content

Commit 1cc9385

Browse files
committed
remove trailing whitespace
Signed-off-by: Alok Kumar <[email protected]>
1 parent cc5a82c commit 1cc9385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/how-to-guides/add_new_license_detection_rule.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ More (advanced) rules options:
7777
and `}}` tags. Key phrases are words that **must** be matched/present in order
7878
for a RULE to be considered a match.
7979

80-
- You can add an optional extra-phrase marker like ``[[n]]`` in rules where extra
81-
words may be present, for example, a copyright holder name. Here, ``n``
82-
denotes the **maximum number of extra words** that may appear at that position.
80+
- You can add an optional extra-phrase marker like ``[[n]]`` in rules where extra
81+
words may be present, for example, a copyright holder name. Here, ``n``
82+
denotes the **maximum number of extra words** that may appear at that position.
8383
This tag is used in rules where extra words are expected but not required.
8484

85-
- For example, ``[[5]]`` allows up to 5 extra words at that position. If the
85+
- For example, ``[[5]]`` allows up to 5 extra words at that position. If the
8686
extra words appear in the **correct position**, the match score is increased to 100.
8787

8888
See the ``src/licensedcode/models.py`` directory for a list of all possible values

0 commit comments

Comments
 (0)