scripts/install-dependencies.py

branch
eric7-maintenance
changeset 10460
3b34efa2857c
parent 10439
21c28b0f9e41
child 10679
4d3e0ce54322
diff -r 411df92e881f -r 3b34efa2857c scripts/install-dependencies.py
--- a/scripts/install-dependencies.py	Sun Dec 03 14:54:00 2023 +0100
+++ b/scripts/install-dependencies.py	Mon Jan 01 11:10:45 2024 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2022 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
+# Copyright (c) 2022 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
 #
 # This script installs all packages eric depends on.
 
@@ -18,7 +18,8 @@
     """
     Exit the install script.
 
-    @param rcode result code to report back (integer)
+    @param rcode result code to report back
+    @type int
     """
     print()
 

eric ide

mercurial