Skip to content

Commit a38751c

Browse files
feyclaude
andcommitted
fix(135-calling-functions-default-params): align EN and ES lesson titles with Python
EN: Default parameters → Default Arguments ES: Parámetros por defecto → Argumentos por defecto Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent da8d55f commit a38751c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/35-calling-functions/135-calling-functions-default-params/description.es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
name: Parámetros por defecto
3+
name: Argumentos por defecto
44
theory: |
55
66
Veamos la función `round()`, que redondea un número entero:

modules/35-calling-functions/135-calling-functions-default-params/en/data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Default parameters
2+
name: Default Arguments
33
tips: []
44
definitions:
55
- name: Default parameter

0 commit comments

Comments
 (0)