summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Browne <pt.browne@gmail.com>2019-09-01 03:36:39 +0200
committerWaylan Limberg <waylan.limberg@icloud.com>2019-08-31 21:36:39 -0400
commit59a97092e815c15ee29a670877d091d8bae442b1 (patch)
treec2b1929a7151ca0a7e10fd68239ae557fe171a85
parent97c1edd5d0aba8b09afcf836777acc6935ed88e2 (diff)
downloadpython-markdown-59a97092e815c15ee29a670877d091d8bae442b1.tar.gz
fix: Typo (#857)
-rw-r--r--docs/extensions/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/api.md b/docs/extensions/api.md
index 445b7e6..d6a5475 100644
--- a/docs/extensions/api.md
+++ b/docs/extensions/api.md
@@ -672,7 +672,7 @@ When implemented this way the configuration parameters can be over-ridden at
run time (thus the call to `super`). For example:
```python
-markdown.Markdown(extensions=[MyExtension(option1='other value'])
+markdown.Markdown(extensions=[MyExtension(option1='other value')])
```
Note that if a keyword is passed in that is not already defined in