Skip to content

Commit a794f69

Browse files
committed
FIX: Fix Python type stubs
1 parent 30172d5 commit a794f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enums.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const char* ToString(SlowReaderBehavior slow_reader_behavior) {
114114
return "warn";
115115
}
116116
case SlowReaderBehavior::Skip: {
117-
return "skip";
117+
return "drop";
118118
}
119119
default: {
120120
return "Unknown";

0 commit comments

Comments
 (0)