diff options
author | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2015-10-19 21:22:39 +0200 |
---|---|---|
committer | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2015-10-19 21:22:39 +0200 |
commit | 5c49ea4fbedb104ba50f45ad7203824161e97d77 (patch) | |
tree | 4fd8b1bdb1ae32e35bae7cc60fadb56279ae88ba /prolog/problems/other | |
parent | 8bb41864af5f46fd70dbc0cedcdbb2396a798ca2 (diff) |
Descriptions of Prolog sections added.
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.' |