mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
docs(Code Node): Update description to include Python (no-changelog) (#6904)
This commit is contained in:
parent
49867c2b17
commit
258e0ebb0f
|
@ -21,7 +21,7 @@ export class Code implements INodeType {
|
|||
group: ['transform'],
|
||||
version: [1, 2],
|
||||
defaultVersion: 2,
|
||||
description: 'Run custom JavaScript code',
|
||||
description: 'Run custom JavaScript or Python code',
|
||||
defaults: {
|
||||
name: 'Code',
|
||||
color: '#FF9922',
|
||||
|
|
Loading…
Reference in a new issue