Replace en-dash with ASCII minus in a docstring
currently Gitea at opendev.org displays a warning about ambiguous Unicode characters in tooz/coordination.py. While really minor and benign, let's fix it so it does not trigger and confuse future viewers. Change-Id: Idbe9006e843bcedcdb98d735c49b157ab5ae6b12
This commit is contained in:
parent
702ea408b2
commit
0feead5deb
@ -75,7 +75,7 @@ class Characteristics(enum.Enum):
|
||||
SEQUENTIAL = 'SEQUENTIAL'
|
||||
"""The driver has the following properties:
|
||||
|
||||
* Operations can take effect before or after completion – but all
|
||||
* Operations can take effect before or after completion - but all
|
||||
operations retain the constraint that operations from any given process
|
||||
must take place in that processes order.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user