docs: unneeded note about Cyrillic in English version

This commit is contained in:
Oleg Kalachev
2019-07-14 12:27:16 +03:00
parent 95a509cd60
commit 7b6103b941

View File

@@ -4,15 +4,6 @@ Code examples
Python
---
<!-- markdownlint-disable MD031 -->
> **Note** When using cyrillic simbols with UTF-8 encoding, specify the encoding in the beginning of the program:
> ```python
> # -*- coding: utf-8 -*-
> ```
<!-- markdownlint-enable MD031 -->
### # {#distance}
Calculating the distance between two points (**important**: the points are to be in the same [system of coordinates](frames.md)):