changeset 147:df9b4962c203

Remove the Python "code-block" that has been used for development (comparison) reasons
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 13:26:01 +0200
parents ca5b31a30cea
children b4688f6cc7b1
files docs/intro.rst
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/docs/intro.rst	Thu May 07 12:53:25 2026 +0200
+++ b/docs/intro.rst	Thu May 07 13:26:01 2026 +0200
@@ -55,18 +55,6 @@
    :language: NoEndAlgPseudocode
    :lines: 2-
 
-Python:
-
-.. code-block:: python
-
-   class HUHU:
-
-     # This is a comment
-     @classmethod
-     def method1(cls_, aparam1, param2):
-       return aparam1 + param2
-
-
 This is Wikipedia's description of *Dinic's Algorithm*
 (see https://en.wikipedia.org/wiki/Dinic%27s_algorithm):