From 1a6089d3584eccea6b9b80f259603ebe8e54c40e Mon Sep 17 00:00:00 2001 From: EduardoGallego94 Date: Mon, 30 Dec 2024 19:14:59 +0100 Subject: [PATCH] Update content/python/concepts/dates/terms/strptime/strptime.md Co-authored-by: Mamta Wardhani --- content/python/concepts/dates/terms/strptime/strptime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/python/concepts/dates/terms/strptime/strptime.md b/content/python/concepts/dates/terms/strptime/strptime.md index 6e54f067f41..889bf37d9ab 100644 --- a/content/python/concepts/dates/terms/strptime/strptime.md +++ b/content/python/concepts/dates/terms/strptime/strptime.md @@ -1,6 +1,6 @@ --- Title: '.strptime()' -Description: 'Return a datetime corresponding to date_string, parsed according to format.' +Description: 'Returns a datetime object that represents the parsed date and time from the given string, based on the specified format.' Subjects: - 'Python' - 'Computer Science'