summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-07 16:31:08 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-07 16:31:08 +0100
commit7217e23268eb28b2e6e745b74f697b4a1581658c (patch)
tree542c2de32c8283e78d2c0e2da6f111aa12d50d9b /python
parentbb49b7add4e63f8cb10130ed860107e5eda95018 (diff)
Add . after Python problem-group descriptions
Diffstat (limited to 'python')
-rw-r--r--python/problems/functions/sl.py2
-rw-r--r--python/problems/functions_and_modules/sl.py2
-rw-r--r--python/problems/introduction/sl.py2
-rw-r--r--python/problems/lists_and_for/sl.py2
-rw-r--r--python/problems/while_and_if/sl.py2
5 files changed, 5 insertions, 5 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.'
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).'
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.'
diff --git a/python/problems/lists_and_for/sl.py b/python/problems/lists_and_for/sl.py
index d9c38e9..361f1f0 100644
--- a/python/problems/lists_and_for/sl.py
+++ b/python/problems/lists_and_for/sl.py
@@ -1,2 +1,2 @@
name = 'Seznami in zanka for'
-description = 'Seznami, terke, zanka for' \ No newline at end of file
+description = 'Seznami, terke, zanka for.'
diff --git a/python/problems/while_and_if/sl.py b/python/problems/while_and_if/sl.py
index 3d037b8..fbb177a 100644
--- a/python/problems/while_and_if/sl.py
+++ b/python/problems/while_and_if/sl.py
@@ -1,2 +1,2 @@
name = 'Pogojni stavki in zanke'
-description = 'Logični izrazi, pogojni stavek if-else, zanka while'
+description = 'Logični izrazi, pogojni stavek if-else, zanka while.'