diff options
Diffstat (limited to 'prolog/problems/other')
-rw-r--r-- | prolog/problems/other/en.py | 2 | ||||
-rw-r--r-- | prolog/problems/other/sl.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/prolog/problems/other/en.py b/prolog/problems/other/en.py index a7ca054..e6a147a 100644 --- a/prolog/problems/other/en.py +++ b/prolog/problems/other/en.py @@ -1,2 +1,2 @@ name = 'Miscellaneous' -description = '' +description = 'Miscellaneous exercises for practice.' diff --git a/prolog/problems/other/sl.py b/prolog/problems/other/sl.py index 07fd915..e108d03 100644 --- a/prolog/problems/other/sl.py +++ b/prolog/problems/other/sl.py @@ -1,2 +1,2 @@ name = 'Razno' -description = '' +description = 'Različne naloge za vajo.' |