Skip to content

Commit e3931a7

Browse files
committed
fix: corregir errores tipográficos en README y CHANGELOG
1 parent c733ddb commit e3931a7

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Este release marca una evolución significativa del proyecto, introduciendo una
8282

8383
- **Experiencia de usuario** con dos interfaces disponibles:
8484
- CLI (`main.py`): Interfaz de línea de comandos original
85-
- GUI (`gui. py`): Interfaz gráfica moderna
85+
- GUI (`gui.py`): Interfaz gráfica moderna
8686
- **Refactoring de lógica** redundante en manejo de operadores (#46)
8787
- **Manejo visual de errores** en la GUI
8888
- División por cero detectada y manejada
@@ -99,7 +99,7 @@ Este release marca una evolución significativa del proyecto, introduciendo una
9999
- Fixtures de pytest con `autouse=True`
100100
- Mocks de componentes Tkinter para testing sin GUI
101101
- Workflow de GitHub Actions para CI/CD
102-
- Integración completa entre GUI y módulo `calculator. py`
102+
- Integración completa entre GUI y módulo `calculator.py`
103103

104104
### Mantenido
105105

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Team Practice - Calculadora con GUI 🧮✨
22

3-
[![CI/CD](https://github.com/WorkTeam01/team-practice/actions/workflows/ci. yml/badge.svg)](https://github.com/WorkTeam01/team-practice/actions/workflows/ci.yml)
3+
[![CI/CD](https://github.com/WorkTeam01/team-practice/actions/workflows/ci.yml/badge.svg)](https://github.com/WorkTeam01/team-practice/actions/workflows/ci.yml)
44
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
66

@@ -120,16 +120,17 @@ team-practice/
120120
├── test_calculator.py # Tests unitarios de calculator. py
121121
├── test_gui_calculator.py # Tests de la interfaz gráfica
122122
├── conftest.py # Fixtures de pytest (mocks de Tkinter)
123-
├── . github/
123+
├── .github/
124124
│ ├── workflows/
125125
│ │ └── ci.yml # Pipeline de CI/CD
126126
│ ├── ISSUE_TEMPLATE/ # Plantillas para issues
127127
│ ├── PULL_REQUEST_TEMPLATE/ # Plantillas para PRs
128-
│ └── pull_request_template.md
128+
│ ├── pull_request_template.md
129+
│ └── REVIEW_COMMENTS.md
129130
├── README.md # Este archivo
130131
├── CHANGELOG.md # Historial de cambios
131132
├── LICENSE # Licencia MIT
132-
└── . gitignore # Archivos ignorados por Git
133+
└── .gitignore # Archivos ignorados por Git
133134
```
134135

135136
---
@@ -365,7 +366,7 @@ git branch -d feature/mi-rama
365366
### Git y Flujo de Trabajo
366367

367368
- [Git Flow Cheatsheet](https://danielkummer.github.io/git-flow-cheatsheet/)
368-
- [Conventional Commits](https://www.conventionalcommits. org/)
369+
- [Conventional Commits](https://www.conventionalcommits.org/)
369370
- [GitHub Flow](https://docs.github.com/en/get-started/quickstart/github-flow)
370371

371372
### Python

0 commit comments

Comments
 (0)