Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68a03d7

Browse files
authored
Merge pull request #144 from pzelnip/correctPtotdtags
Correct some tags on some python articles
2 parents df31afd + 9375c9d commit 68a03d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/ptotd-asyncio-learnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title: Asyncio, You are a complex beast...
22
Date: 2018-08-05 10:00
33
Modified: 2018-08-05 10:30
44
Category: Posts
5-
tags: asyncio,python,ptotd
5+
tags: asyncio,python,pythonTipOfTheDay
66
cover: static/imgs/python-logo-master-v3-TM.png
77
summary: Learning asyncio
88

content/ptotd-asyncio-round2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title: Asyncio part 2 - Now More Abstract
22
Date: 2018-08-08 11:56
33
Modified: 2018-08-08 11:56
44
Category: Posts
5-
tags: python,ptotd,asyncio,coroutine,abstract,abc
5+
tags: python,pythonTipOfTheDay,asyncio,coroutine,abstract,abc
66
cover: static/imgs/python-logo-master-v3-TM.png
77
summary: What happens when you mix coroutines with Abstract Base Classes?
88

content/ptotd-merging-dicts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title: Python Tip of the Day - Merging Dicts
22
Date: 2018-08-03 18:35
33
Modified: 2018-08-03 18:35
44
Category: Posts
5-
tags: python,ptotd
5+
tags: python,pythonTipOfTheDay
66
cover: static/imgs/python-logo-master-v3-TM.png
77
summary: Python Tip of the Day - Merging Two Dicts
88

0 commit comments

Comments
 (0)