From 787a4443ef4d862e75950f0be07f9efbc51511f5 Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Mon, 2 Mar 2026 07:37:42 +0800 Subject: [PATCH] Fix docs: correct PyPI spelling and remove trailing whitespace --- python/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/README.md b/python/README.md index 7d3fcd5f..60ab2d1a 100644 --- a/python/README.md +++ b/python/README.md @@ -5,7 +5,6 @@ to mark up the Python code for further performance analysis using performance an or others. NOTE: For compatibility and smooth migration with earlier versions of Python bindings([itt-python](https://github.com/oleksandr-pavlyk/itt-python/)), please replace `import itt` with `import ittapi.compat as itt`. For more details about `ittapi.compat`, visit [ittapi.compat page](./ittapi/compat/README.md). - ittapi supports following ITT APIs: - Collection Control API - Domain API @@ -61,8 +60,7 @@ for `ittapi.task` in the same way as for the decorator form. ## Installation -ittapi package is available on PyPi and can be installed in the usual way for the supported configurations: - +ittapi package is available on PyPI and can be installed in the usual way for the supported configurations: pip install ittapi ## Build