diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:35:44 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:35:44 +0100 |
| commit | c6dafcb29aaca2004a734790e8ca694a5ad9c3d2 (patch) | |
| tree | 5a2d8f013eb99112c8b06abba012a9b082506c53 | |
| parent | Update e-mail (diff) | |
| download | pylibgamma-1.1.5.tar.gz pylibgamma-1.1.5.tar.bz2 pylibgamma-1.1.5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | DEPENDENCIES | 2 | ||||
| -rw-r--r-- | libgamma_error.py | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 6cb6e75..488d333 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -4,7 +4,6 @@ RUNTIME DEPENDENCIES: libgamma>=0.7.4 libc - BUILD DEPENDENCIES: python3 @@ -16,7 +15,6 @@ BUILD DEPENDENCIES: coreutils pkg-config - INSTALL DEPENDENCIES: make diff --git a/libgamma_error.py b/libgamma_error.py index bd3a9aa..78a07d2 100644 --- a/libgamma_error.py +++ b/libgamma_error.py @@ -390,8 +390,8 @@ LIBGAMMA_ERROR_MIN = -46 ''' The number of the libgamma error with the lowest number. If this is lower than the -number your program thinks it should be sould -update your program for new errors. +number your program thinks it should be, you +should update your program for new errors. ''' |
