Skip to content

Commit c4c51cd

Browse files
committed
chore: Add missing space in deprecation warning
1 parent 78e11fa commit c4c51cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mkdocstrings/handlers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def __init__(self, *args: str | BaseCollector | BaseRenderer, **kwargs: str | Ba
447447
warnings.warn(
448448
DeprecationWarning(
449449
"The BaseRenderer class is deprecated, and passing an instance of it "
450-
"to your handler is deprecated as well. Instead, define the `render` method"
450+
"to your handler is deprecated as well. Instead, define the `render` method "
451451
"directly on your handler class (as well as other methods and attributes like "
452452
"`get_templates_dir`, `get_anchors`, `update_env` and `fallback_theme`, `extra_css`)."
453453
)

0 commit comments

Comments
 (0)