diff --git a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php index 93181921af..90b9d33c0e 100644 --- a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php +++ b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php @@ -196,7 +196,7 @@ final class PhabricatorJupyterDocumentEngine $content = implode('', $content); $content = PhabricatorSyntaxHighlighter::highlightWithLanguage( - 'python', + 'py', $content); $outputs = array();