File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/mkdocstrings_handlers/python/_internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments