chiark / gitweb /
documentation/python: fix a copypasta in a test.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Aug 2019 12:10:25 +0000 (14:10 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Aug 2019 20:34:23 +0000 (22:34 +0200)
documentation/test_python/content/content.html
documentation/test_python/content/docs.rst

index e834cac82d026abf6667393abd0fcc3d743018d7..9e0c0c924aeef4e2adbaf06bae1f27bc17cbe5b3 100644 (file)
@@ -113,7 +113,7 @@ doesn't add any detailed block.</dd>
             <dt>
               <a href="#DATA_WITH_DETAILS" class="m-doc">DATA_WITH_DETAILS</a>: str = &#x27;heyoo&#x27;
             </dt>
-            <dd>This is finally a docstring for <code>content.CONSTANT</code></dd>
+            <dd>This is finally a docstring for <code>content.DATA_WITH_DETAILS</code></dd>
             <dt>
               <a href="#DATA_WITH_DETAILS_BUT_NO_SUMMARY_NEITHER_TYPE" class="m-doc">DATA_WITH_DETAILS_BUT_NO_SUMMARY_NEITHER_TYPE</a> = None
             </dt>
@@ -252,7 +252,7 @@ or parsed in any way.</p>
             <h3>
               content.<wbr /><a href="#DATA_WITH_DETAILS" class="m-doc-self">DATA_WITH_DETAILS</a>: str
             </h3>
-            <p>This is finally a docstring for <code>content.CONSTANT</code></p>
+            <p>This is finally a docstring for <code>content.DATA_WITH_DETAILS</code></p>
 <p>Detailed docs for the data. <strong>YAY.</strong></p>
           </div></section>
           <section class="m-doc-details" id="DATA_WITH_DETAILS_BUT_NO_SUMMARY_NEITHER_TYPE"><div>
index 9a760d6d6972485c8f188c35cc590f994d5b6949..2cac109dbd89e164213029f01b74ee6cebecec62 100644 (file)
     :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.**