cookbook[patch]: add strip of quotes (#19452)

This commit is contained in:
Erick Friis 2024-03-22 12:10:39 -07:00 committed by GitHub
parent 8a2528c34a
commit cceaca3e4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,7 +245,7 @@
"\n",
"\n",
"def _parse(text):\n",
" return text.strip(\"**\")"
" return text.strip('\"').strip(\"**\")"
]
},
{