Skip to content

Commit 9419f1d

Browse files
Use Oxford comma properly in getex (#1586)
1 parent 677476d commit 9419f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def getex(self, name,
843843

844844
opset = set([ex, px, exat, pxat])
845845
if len(opset) > 2 or len(opset) > 1 and persist:
846-
raise DataError("``ex``, ``px``, ``exat``, ``pxat``",
846+
raise DataError("``ex``, ``px``, ``exat``, ``pxat``, "
847847
"and ``persist`` are mutually exclusive.")
848848

849849
pieces = []

0 commit comments

Comments
 (0)