@@ -852,7 +852,7 @@ async def inspect_request(self, socket, ident, parent):
852
852
reply_content = await reply_content
853
853
else :
854
854
warnings .warn (
855
- _AWAITABLE_MESSAGE .format (func_name = "inspect_request " ),
855
+ _AWAITABLE_MESSAGE .format (func_name = "do_inspect " ),
856
856
PendingDeprecationWarning ,
857
857
stacklevel = 1 ,
858
858
)
@@ -877,7 +877,7 @@ async def history_request(self, socket, ident, parent):
877
877
reply_content = await reply_content
878
878
else :
879
879
warnings .warn (
880
- _AWAITABLE_MESSAGE .format (func_name = "history_request " ),
880
+ _AWAITABLE_MESSAGE .format (func_name = "do_history " ),
881
881
PendingDeprecationWarning ,
882
882
stacklevel = 1 ,
883
883
)
@@ -1030,7 +1030,7 @@ async def is_complete_request(self, socket, ident, parent):
1030
1030
reply_content = await reply_content
1031
1031
else :
1032
1032
warnings .warn (
1033
- _AWAITABLE_MESSAGE .format (func_name = "do_execute " ),
1033
+ _AWAITABLE_MESSAGE .format (func_name = "do_is_complete " ),
1034
1034
PendingDeprecationWarning ,
1035
1035
stacklevel = 1 ,
1036
1036
)
@@ -1052,7 +1052,7 @@ async def debug_request(self, socket, ident, parent):
1052
1052
reply_content = await reply_content
1053
1053
else :
1054
1054
warnings .warn (
1055
- _AWAITABLE_MESSAGE .format (func_name = "debug_request " ),
1055
+ _AWAITABLE_MESSAGE .format (func_name = "do_debug_request " ),
1056
1056
PendingDeprecationWarning ,
1057
1057
stacklevel = 1 ,
1058
1058
)
0 commit comments