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_and_modules | |
parent | bb49b7add4e63f8cb10130ed860107e5eda95018 (diff) |
Add . after Python problem-group descriptions
Diffstat (limited to 'python/problems/functions_and_modules')
-rw-r--r-- | python/problems/functions_and_modules/sl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/functions_and_modules/sl.py b/python/problems/functions_and_modules/sl.py index fb4f520..e4321ec 100644 --- a/python/problems/functions_and_modules/sl.py +++ b/python/problems/functions_and_modules/sl.py @@ -1,3 +1,3 @@ name = 'Funkcije in delo z moduli' -description = 'Uporaba funkcij in delo z moduli (predvsem z nizi)' +description = 'Uporaba funkcij in delo z moduli (predvsem z nizi).' |