From e964007291fa44948823af0c47f20cd3df5a4975 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 28 Aug 2019 14:10:25 +0200 Subject: [PATCH] documentation/python: fix a copypasta in a test. --- documentation/test_python/content/content.html | 4 ++-- documentation/test_python/content/docs.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.** -- 2.30.2