Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 59ddded

Browse files
author
MuriloBSD
committed
fix: El python to Python
1 parent f184925 commit 59ddded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2018-07-02-Pruebas-Unitarias.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ category:
1313
Write Test --> Test Fails --> Write Code --> Test Passes --> Refactor <--> Write Teste ....
1414
```
1515

16-
El python tiene una biblioteca incorporada para pruebas unitarias
16+
Python tiene una biblioteca incorporada para pruebas unitarias
1717
[unittest](https://docs.python.org/3/library/unittest.html). El objetivo de
1818
este post será crear una función para comprobar si hay dígito **0,1,2,3,4,5,6,7,9**
1919
en una determinada frase, en caso afirmativo retorna verdadero si no falso.

0 commit comments

Comments
 (0)