Skip to content

Commit ee7e282

Browse files
committed
Corrected ignore value
1 parent 50b7479 commit ee7e282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ImageMorph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ characters:
3737

3838
* ``1`` — pixel must be "on"
3939
* ``0`` — pixel must be "off"
40-
* ``-`` — "don’t care" value (ignored during matching)
40+
* ``.`` or ``X`` — "don’t care" value (ignored during matching)
4141

4242
For example, this mask detects a 2×2 corner shape::
4343

0 commit comments

Comments
 (0)