Kaynağa Gözat

Merge pull request #1517 from lukestein/lukestein-docs-corrections

Fix formatting in Python example in publish.md
Philipp C. Heckel 2 ay önce
ebeveyn
işleme
62a79d9802
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      docs/publish.md

+ 2 - 2
docs/publish.md

@@ -705,8 +705,8 @@ As of today, **Markdown is only supported in the web app.** Here's an example of
 === "Python"
     ``` python
     requests.post("https://ntfy.sh/mytopic", 
-        data="Look ma, **bold text**, *italics*, ..."
-        headers={ "Markdown": "yes" }))
+        data="Look ma, **bold text**, *italics*, ...",
+        headers={ "Markdown": "yes" })
     ```
 
 === "PHP"