docs(Code Node): Update description to include Python (no-changelog) (#6904)

This commit is contained in:
Ian Gallagher
2023-08-10 22:23:58 +12:00
committed by GitHub
parent 49867c2b17
commit 258e0ebb0f

View File

@@ -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',