File tree 1 file changed +2
-2
lines changed
src/mkdocstrings_handlers/python/_internal
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(
148
148
The same code, formatted.
149
149
"""
150
150
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 .
152
152
template = env .get_template (do_get_template (env , "signature" ))
153
153
154
154
if annotations is None :
@@ -208,7 +208,7 @@ def do_format_attribute(
208
208
The same code, formatted.
209
209
"""
210
210
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 .
212
212
template = env .get_template (do_get_template (env , "expression" ))
213
213
annotations = context .parent ["config" ].show_signature_annotations
214
214
You can’t perform that action at this time.
0 commit comments