Skip to content

Commit 1fdde7e

Browse files
committed
fix rst comment
1 parent bc99401 commit 1fdde7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. raw:: html
22

33
<img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png">
4-
<!-- cut after this -->
4+
.. cut after this
55
66
Elasticsearch Python Client
77
===========================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ content-type = "text/x-rst"
5757

5858
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
5959
path = "README.rst"
60-
start-after = "<!-- cut after this -->\n\n"
60+
start-after = ".. cut after this\n\n"
6161

6262
[tool.hatch.build.targets.sdist]
6363
exclude = ["/test_elasticsearch"]

0 commit comments

Comments
 (0)