Genericize image names

This commit is contained in:
Chalarangelo
2021-06-12 18:03:28 +03:00
parent 19f228760a
commit 52d3d94e84
90 changed files with 50 additions and 50 deletions

View File

@ -3,7 +3,7 @@ title: How do I convert a string to lowercase in Python?
type: question
tags: python,string
authors: maciv
cover: blog_images/python-lowercase.jpg
cover: blog_images/type-stamps.jpg
excerpt: Learn of the two different way to convert a string to lowercase in Python and understand when you should use each one with this quick guide.
---