Skip to content

Commit 592a27e

Browse files
committed
Update hint msg for flush_all
1 parent e0faf95 commit 592a27e

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)