diff --git a/templates/zerver/help/code-blocks.md b/templates/zerver/help/code-blocks.md index 354d806f14..72de0f5207 100644 --- a/templates/zerver/help/code-blocks.md +++ b/templates/zerver/help/code-blocks.md @@ -108,8 +108,8 @@ the user will get to choose which playground to open the code in. * The `Language` field is the human-readable Pygments language name for that programming language. The language tag for a code block is internally mapped to these human-readable Pygments names. E.g: `py3` and `py` are mapped to -`Python`. We are working on implementing a typeahead for looking up the -Pygments name. Until then, one can use [this Pygments method][get_lexer_by_name]. +`Python`. One can use the typeahead (which appears when you type something +or just click on the language field) to lookup the Pygments name. * The links for opening code playgrounds are always constructed by concatenating the provided URL prefix with the URL-encoded contents of the code block.