Skip to content

Commit 10ba595

Browse files
authored
Merge pull request douban#106 from mckelvin/bugfix/update-hint-msg
Update hint msg for flush_all
2 parents e0faf95 + 592a27e commit 10ba595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmc/_client.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ cdef class PyClient:
975975
self._imp.destroyBroadcastResult()
976976
if self.last_error == RET_PROGRAMMING_ERR:
977977
raise RuntimeError(
978-
"Please call toggle_flush_all_feature(true) first "
978+
"Please call client.toggle_flush_all_feature(True) first "
979979
"to enable the flush_all feature."
980980
)
981981
return rv

0 commit comments

Comments
 (0)