summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorzkneupper <zachary.kneupper@gmail.com>2020-09-22 20:37:08 -0400
committerGeorg Brandl <georg@python.org>2020-09-23 05:26:13 +0200
commitf0da3b90e8eda5feb58aac2d5daa9921a88a3502 (patch)
tree66e1d460b68aa7cca2f73b3cdb2a7bbfc4268941 /pygments/styles
parent8aa2bc3d6c1bc65fbc6da9af8a588fcea3552e98 (diff)
downloadpygments-git-f0da3b90e8eda5feb58aac2d5daa9921a88a3502.tar.gz
Grammar correction 'an generator' -> 'a generator'
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py
index 6bb08154..e089f5c8 100644
--- a/pygments/styles/__init__.py
+++ b/pygments/styles/__init__.py
@@ -79,7 +79,7 @@ def get_style_by_name(name):
def get_all_styles():
- """Return an generator for all styles by name,
+ """Return a generator for all styles by name,
both builtin and plugin."""
yield from STYLE_MAP
for name, _ in find_plugin_styles():