From 2520cba1cc5e318eb32d5cf97d939295d39a736b 2015-05-02 22:52:07 From: Min RK Date: 2015-05-02 22:52:07 Subject: [PATCH] file_extension in language_info should include the . --- diff --git a/docs/source/development/messaging.rst b/docs/source/development/messaging.rst index f63ad25..ab9f396 100644 --- a/docs/source/development/messaging.rst +++ b/docs/source/development/messaging.rst @@ -743,7 +743,7 @@ Message type: ``kernel_info_reply``:: # mimetype for script files in this language 'mimetype': str, - # Extension without the dot, e.g. 'py' + # Extension including the dot, e.g. '.py' 'file_extension': str, # Pygments lexer, for highlighting