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)):