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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export class Code implements INodeType {
group: ['transform'], group: ['transform'],
version: [1, 2], version: [1, 2],
defaultVersion: 2, defaultVersion: 2,
description: 'Run custom JavaScript code', description: 'Run custom JavaScript or Python code',
defaults: { defaults: {
name: 'Code', name: 'Code',
color: '#FF9922', color: '#FF9922',