From 4925e2c57f79e54ac5f7a0323b46459408155d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Thu, 11 Jul 2024 12:13:36 +0200 Subject: [PATCH] typo in docs --- satella/json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satella/json.py b/satella/json.py index 6c03ea5f..ac1286b2 100644 --- a/satella/json.py +++ b/satella/json.py @@ -126,7 +126,7 @@ def read_json_from_file(path: str) -> JSONAble: class JSONAbleDataObject: """ - A data-class that supports conversion of it's classes to JSON + A data-class that supports conversion of its classes to JSON Define like this: -- GitLab