summaryrefslogtreecommitdiffhomepage
path: root/ru-ru/python3-ru.html.markdown
diff options
context:
space:
mode:
authorGnomino <gnomino@gnomino.eu>2015-11-21 19:08:39 +0100
committerGnomino <gnomino@gnomino.eu>2015-11-21 19:08:39 +0100
commit7933ea3ce029a3418bac04210e0dd7f0f27e275d (patch)
tree3356c18b8f25b713868aea89f06d509890161ce8 /ru-ru/python3-ru.html.markdown
parent1421373f87b13f6c2172f9ff5a9e4ddd2fa2cf2d (diff)
Applies a1ed02d6fad2b39137f52c6a04264a59e237d747 to translations
Diffstat (limited to 'ru-ru/python3-ru.html.markdown')
-rw-r--r--ru-ru/python3-ru.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/python3-ru.html.markdown b/ru-ru/python3-ru.html.markdown
index 2a7b3f7b..2b6b59a7 100644
--- a/ru-ru/python3-ru.html.markdown
+++ b/ru-ru/python3-ru.html.markdown
@@ -549,7 +549,7 @@ Human.grunt() #=> "*grunt*"
# Вы можете импортировать модули
import math
-print(math.sqrt(16)) #=> 4
+print(math.sqrt(16)) #=> 4.0
# Вы можете импортировать отдельные функции модуля
from math import ceil, floor