Skip to content

Commit 9f43ed9

Browse files
committed
chore: Fix invalid Yore comments
1 parent ff15061 commit 9f43ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mkdocstrings_handlers/python/_internal/rendering.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def do_format_signature(
148148
The same code, formatted.
149149
"""
150150
env = context.environment
151-
# YORE: Bump 2: Replace `do_get_template(env, "signature")` with `"signature.html.jinja"`.
151+
# YORE: Bump 2: Replace `do_get_template(env, "signature")` with `"signature.html.jinja"` within line.
152152
template = env.get_template(do_get_template(env, "signature"))
153153

154154
if annotations is None:
@@ -208,7 +208,7 @@ def do_format_attribute(
208208
The same code, formatted.
209209
"""
210210
env = context.environment
211-
# YORE: Bump 2: Replace `do_get_template(env, "expression")` with `"expression.html.jinja"`.
211+
# YORE: Bump 2: Replace `do_get_template(env, "expression")` with `"expression.html.jinja"` within line.
212212
template = env.get_template(do_get_template(env, "expression"))
213213
annotations = context.parent["config"].show_signature_annotations
214214

0 commit comments

Comments
 (0)