summaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-12-06 17:40:28 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-12-06 17:40:28 +0100
commit8d3c775500b01cb8a6bc1700637bc18588bf29db (patch)
tree45462407a0ae16cbe9ee5c9d45f6be6461b345c7 /doc/docs
parent73b77d5258dfd034b6daa8b6e9c49cb1ab072782 (diff)
downloadpygments-git-8d3c775500b01cb8a6bc1700637bc18588bf29db.tar.gz
Fix typo, update CHANGES.
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/api.rst b/doc/docs/api.rst
index 5eac215a..5bbfe19e 100644
--- a/doc/docs/api.rst
+++ b/doc/docs/api.rst
@@ -321,7 +321,7 @@ Option processing
The :mod:`pygments.util` module has some utility functions usable for processing
command line options. All of the following functions get values from a
-dictionnary of options. If the value is already in the type expected by the
+dictionary of options. If the value is already in the type expected by the
option, it is returned as-is. Otherwise, if the value is a string, it is first
converted to the expected type if possible.