From 641cfed3b3f61ea95bd8a8fd992ec5085d10de2c Mon Sep 17 00:00:00 2001 From: gahjelle Date: Thu, 6 Mar 2025 14:04:39 +0100 Subject: [PATCH] Final QA --- instance-class-static-methods/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instance-class-static-methods/README.md b/instance-class-static-methods/README.md index c106c5cd03..90f85e41b5 100644 --- a/instance-class-static-methods/README.md +++ b/instance-class-static-methods/README.md @@ -1,6 +1,6 @@ # Python's Instance, Class, and Static Methods Demystified -This folder contains code related to the tutorial on [Pythons' instance, class, and static methods](https://realpython.com/instance-class-and-static-methods-demystified/). +This folder contains code related to the tutorial on [Python's instance, class, and static methods](https://realpython.com/instance-class-and-static-methods-demystified/). ## About the Author @@ -8,4 +8,4 @@ Martin Breuss - Email: martin@realpython.com ## License -Distributed under the MIT license. See ``LICENSE`` for more information. +Distributed under the MIT license. See `LICENSE` for more information.