Skip to content

Commit 8af422d

Browse files
de-capitalize
1 parent 7e7077b commit 8af422d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Doc/tools/templates/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<meta property="og:type" content="website" />
1919
<meta property="og:url" content="https://docs.python.org/{{ version }}/download.html" />
2020
<meta property="og:site_name" content="Python documentation" />
21-
<meta property="og:description" content="Download the Python Documentation." />
21+
<meta property="og:description" content="Download the Python documentation." />
2222
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
2323
<meta property="og:image:alt" content="Python documentation" />
24-
<meta name="description" content="Download the Python Documentation." />
24+
<meta name="description" content="Download the Python documentation." />
2525
<meta property="og:image:width" content="200" />
2626
<meta property="og:image:height" content="200" />
2727
{%- endblock -%}

Doc/tools/templates/indexcontent.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
{%- endblock -%}
55
{%- block extrahead -%}
66
{{ super() }}
7-
<meta property="og:title" content="{{ version }} documentation" />
7+
<meta property="og:title" content="Python {{ version }} documentation" />
88
<meta property="og:type" content="website" />
99
<meta property="og:url" content="https://docs.python.org/{{ version }}/index.html" />
1010
<meta property="og:site_name" content="Python documentation" />
11-
<meta property="og:description" content="The official Python Documentation." />
11+
<meta property="og:description" content="The official Python documentation." />
1212
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
1313
<meta property="og:image:alt" content="Python documentation" />
14-
<meta name="description" content="The official Python Documentation." />
14+
<meta name="description" content="The official Python documentation." />
1515
<meta property="og:image:width" content="200" />
1616
<meta property="og:image:height" content="200" />
1717
{%- endblock -%}

Doc/tools/templates/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<meta property="og:type" content="website" />
88
<meta property="og:url" content="https://docs.python.org/{{ version }}/search.html" />
99
<meta property="og:site_name" content="Python documentation" />
10-
<meta property="og:description" content="Search the Python Documentation." />
10+
<meta property="og:description" content="Search the Python documentation." />
1111
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
1212
<meta property="og:image:alt" content="Python documentation" />
13-
<meta name="description" content="Search the Python Documentation." />
13+
<meta name="description" content="Search the Python documentation." />
1414
<meta property="og:image:width" content="200" />
1515
<meta property="og:image:height" content="200" />
1616
{% endblock %}

0 commit comments

Comments
 (0)