Skip to content

Commit f1693a0

Browse files
authored
minor correction
1 parent 2a2d6a1 commit f1693a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/18_4_Accediendo_a_Bitcoind_con_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ print("---------------------------------------------------------------")
7676
print("Block Count:", block_count)
7777
print("---------------------------------------------------------------\n")
7878
```
79-
Debería ver la siguiente salida con `logging` activado :
79+
Debería ver la siguiente salida con `logging` activado:
8080
```sh
8181
DEBUG:BitcoinRPC:-3-> getblockcount []
8282
DEBUG:BitcoinRPC:<-3- 1773020

0 commit comments

Comments
 (0)