Skip to content

Commit 954b8a0

Browse files
authored
Merge pull request #1513 from programminghistorian/remove-python2-warning
Remove python2 warning
2 parents af10d9a + b3cff53 commit 954b8a0

7 files changed

+7
-7
lines changed

en/lessons/code-reuse-and-modularity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ debug."
2222
next: working-with-web-pages
2323
previous: working-with-text-files
2424
categories: [lessons, original-ph, python]
25-
python_warning: true
25+
python_warning: false
2626
redirect_from: /lessons/code-reuse-and-modularity
2727
---
2828

en/lessons/creating-and-viewing-html-files-with-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract: "Here you will learn how to create HTML files with Python scripts, and
1818
how to use Python to automatically open an HTML file in Firefox."
1919
next: output-data-as-html-file
2020
previous: counting-frequencies
21-
python_warning: true
21+
python_warning: false
2222
redirect_from: /lessons/creating-and-viewing-html-files-with-python
2323
---
2424

en/lessons/manipulating-strings-in-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics: [python]
1717
abstract: "This lesson is a brief introduction to string manipulation techniques in Python."
1818
next: from-html-to-list-of-words-1
1919
previous: working-with-web-pages
20-
python_warning: true
20+
python_warning: false
2121
redirect_from: /lessons/manipulating-strings-in-python
2222
---
2323

en/lessons/working-with-text-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics: [python]
1717
abstract: "In this lesson you will learn how to manipulate text files using Python."
1818
next: code-reuse-and-modularity
1919
previous: viewing-html-files
20-
python_warning: true
20+
python_warning: false
2121
redirect_from: /lessons/working-with-text-files
2222
---
2323

es/lecciones/crear-y-ver-archivos-html-con-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ difficulty: 2
2727
activity: presenting
2828
topics: [python, website]
2929
abstract: "Aquí aprenderás cómo crear archivos HTML con scripts de Python, y cómo utilizar Python para abrir un archivo HTML en Firefox."
30-
python_warning: true
30+
python_warning: false
3131
---
3232

3333
{% include toc.html %}

es/lecciones/manipular-cadenas-de-caracteres-en-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ next: de-html-a-lista-de-palabras-1
2323
previous: trabajar-con-paginas-web
2424
original: manipulating-strings-in-python
2525
redirect_from: /es/lessons/manipulating-strings-in-python
26-
python_warning: true
26+
python_warning: false
2727
difficulty: 2
2828
activity: transforming
2929
topics: [python]

es/lecciones/trabajar-con-archivos-de-texto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ next: reutilizacion-de-codigo-y-modularidad
2323
previous: ver-archivos-html
2424
original: working-with-text-files
2525
redirect_from: /es/lessons/working-with-text-files
26-
python_warning: true
26+
python_warning: false
2727
difficulty: 2
2828
activity: transforming
2929
topics: [python]

0 commit comments

Comments
 (0)