Skip to content

Commit 7ce70ba

Browse files
committed
Fix config
Signed-off-by: Zike Yang <[email protected]>
1 parent 365cade commit 7ce70ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/fs-python/function_stream/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Config(BaseModel):
7575
"""Function description (optional)"""
7676

7777
pulsar: PulsarConfig = Field(default_factory=PulsarConfig)
78-
"""Global Pulsar connection configuration"""
78+
"""Pulsar connection configuration"""
7979

8080
module: str = "default"
8181
"""Module name for the function (default: 'default')"""

0 commit comments

Comments
 (0)