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.