Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceb4034

Browse files
committed
Rename template to .svg.jinja
1 parent 0621b28 commit ceb4034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_tools/generate_release_cycle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ def write_svg(self) -> None:
7575
trim_blocks=True,
7676
undefined=jinja2.StrictUndefined,
7777
)
78-
template = env.get_template("release_cycle_template.svg")
78+
template = env.get_template("release_cycle_template.svg.jinja")
7979

8080
# Scale. Should be roughly the pixel size of the font.
81-
# All later sizes are miltiplied by this, so you can think of all other
81+
# All later sizes are multiplied by this, so you can think of all other
8282
# numbers being multiples of the font size, like using `em` units in
8383
# CSS.
8484
# (Ideally we'd actually use `em` units, but SVG viewBox doesn't take

0 commit comments

Comments
 (0)