diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-07 16:31:08 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-07 16:31:08 +0100 |
commit | 7217e23268eb28b2e6e745b74f697b4a1581658c (patch) | |
tree | 542c2de32c8283e78d2c0e2da6f111aa12d50d9b /python/problems/functions | |
parent | bb49b7add4e63f8cb10130ed860107e5eda95018 (diff) |
Add . after Python problem-group descriptions
Diffstat (limited to 'python/problems/functions')
-rw-r--r-- | python/problems/functions/sl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/functions/sl.py b/python/problems/functions/sl.py index e5f812d..7de0a40 100644 --- a/python/problems/functions/sl.py +++ b/python/problems/functions/sl.py @@ -1,3 +1,3 @@ name = 'Funkcije' -description = 'Pisanje in uporaba funkcij' +description = 'Pisanje in uporaba funkcij.' |