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:
Pavlo Shchelokovskyy 2023-09-04 07:40:44 +00:00
parent 702ea408b2
commit 0feead5deb
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""