summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorKashif Rasul <kashif@nomad-labs.com>2011-08-12 12:19:52 +0200
committerKashif Rasul <kashif@nomad-labs.com>2011-08-12 12:19:52 +0200
commit03bc8073703550f6ca45b61c88cefac6fa09899f (patch)
tree394ffd79d7f11bb1b4929a9100d7602a2148f329 /docs/src
parentbcc9247239b5260f306e37181956c7d0f059ba85 (diff)
downloadpygments-03bc8073703550f6ca45b61c88cefac6fa09899f.tar.gz
Fixed some typos in the docs.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/lexerdevelopment.txt2
-rw-r--r--docs/src/styles.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/lexerdevelopment.txt b/docs/src/lexerdevelopment.txt
index b67d6c87..6ffc4b72 100644
--- a/docs/src/lexerdevelopment.txt
+++ b/docs/src/lexerdevelopment.txt
@@ -121,7 +121,7 @@ sections, comments and key = value pairs:
}
The lexer first looks for whitespace, comments and section names. And later it
-looks for a line that looks like a key, value pair, seperated by an ``'='``
+looks for a line that looks like a key, value pair, separated by an ``'='``
sign, and optional whitespace.
The `bygroups` helper makes sure that each group is yielded with a different
diff --git a/docs/src/styles.txt b/docs/src/styles.txt
index acb70c37..e3e9cfb3 100644
--- a/docs/src/styles.txt
+++ b/docs/src/styles.txt
@@ -85,7 +85,7 @@ Here a small overview of all allowed styles:
``bold``
render text as bold
``nobold``
- don't render text as bold (to prevent subtokens behing highlighted bold)
+ don't render text as bold (to prevent subtokens being highlighted bold)
``italic``
render text italic
``noitalic``