From 7b6103b941d0990580f9ab62a12171cbfb6ee959 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 14 Jul 2019 12:27:16 +0300 Subject: [PATCH] docs: unneeded note about Cyrillic in English version --- docs/en/snippets.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/en/snippets.md b/docs/en/snippets.md index c1dfd764..d7f345da 100644 --- a/docs/en/snippets.md +++ b/docs/en/snippets.md @@ -4,15 +4,6 @@ Code examples Python --- - - -> **Note** When using cyrillic simbols with UTF-8 encoding, specify the encoding in the beginning of the program: -> ```python -> # -*- coding: utf-8 -*- -> ``` - - - ### # {#distance} Calculating the distance between two points (**important**: the points are to be in the same [system of coordinates](frames.md)):