diff options
Diffstat (limited to 'python/problems/introduction')
-rw-r--r-- | python/problems/introduction/sl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/introduction/sl.py b/python/problems/introduction/sl.py index 3141ece..403c941 100644 --- a/python/problems/introduction/sl.py +++ b/python/problems/introduction/sl.py @@ -1,3 +1,3 @@ name = 'Uvod' -description = 'Izrazi, spremenljivke, funkcije, prvi program' +description = 'Izrazi, spremenljivke, funkcije, prvi program.' |