From: Vladimír Vondruš Date: Wed, 28 Aug 2019 12:10:25 +0000 (+0200) Subject: documentation/python: fix a copypasta in a test. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=e964007291fa44948823af0c47f20cd3df5a4975;p=blog.git documentation/python: fix a copypasta in a test. --- diff --git a/documentation/test_python/content/content.html b/documentation/test_python/content/content.html index e834cac8..9e0c0c92 100644 --- a/documentation/test_python/content/content.html +++ b/documentation/test_python/content/content.html @@ -113,7 +113,7 @@ doesn't add any detailed block.
DATA_WITH_DETAILS: str = 'heyoo'
-
This is finally a docstring for content.CONSTANT
+
This is finally a docstring for content.DATA_WITH_DETAILS
DATA_WITH_DETAILS_BUT_NO_SUMMARY_NEITHER_TYPE = None
@@ -252,7 +252,7 @@ or parsed in any way.

content.DATA_WITH_DETAILS: str

-

This is finally a docstring for content.CONSTANT

+

This is finally a docstring for content.DATA_WITH_DETAILS

Detailed docs for the data. YAY.

diff --git a/documentation/test_python/content/docs.rst b/documentation/test_python/content/docs.rst index 9a760d6d..2cac109d 100644 --- a/documentation/test_python/content/docs.rst +++ b/documentation/test_python/content/docs.rst @@ -111,7 +111,7 @@ :summary: This is finally a docstring for ``content.CONSTANT`` .. py:data:: content.DATA_WITH_DETAILS - :summary: This is finally a docstring for ``content.CONSTANT`` + :summary: This is finally a docstring for ``content.DATA_WITH_DETAILS`` Detailed docs for the data. **YAY.**