From 3432e830f277e8544aa6a4d7535f105e27d57a39 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 19 Oct 2022 13:46:32 -0700 Subject: [PATCH] doc update --- docs/streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/streaming.md b/docs/streaming.md index 6060e9eb..abfd7e59 100644 --- a/docs/streaming.md +++ b/docs/streaming.md @@ -61,7 +61,7 @@ Return an error `_jc_meta` field. ### add\_jc\_meta ```python -def add_jc_meta(func) +def add_jc_meta(func: F) -> F ``` Decorator for streaming parsers to add stream_success and stream_error