Skip to content

Commit

Permalink
Merge pull request #1513 from programminghistorian/remove-python2-war…
Browse files Browse the repository at this point in the history
…ning

Remove python2 warning
  • Loading branch information
svmelton committed Oct 31, 2019
2 parents af10d9a + b3cff53 commit 954b8a0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion en/lessons/code-reuse-and-modularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ debug."
next: working-with-web-pages
previous: working-with-text-files
categories: [lessons, original-ph, python]
python_warning: true
python_warning: false
redirect_from: /lessons/code-reuse-and-modularity
---

Expand Down
2 changes: 1 addition & 1 deletion en/lessons/creating-and-viewing-html-files-with-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract: "Here you will learn how to create HTML files with Python scripts, and
how to use Python to automatically open an HTML file in Firefox."
next: output-data-as-html-file
previous: counting-frequencies
python_warning: true
python_warning: false
redirect_from: /lessons/creating-and-viewing-html-files-with-python
---

Expand Down
2 changes: 1 addition & 1 deletion en/lessons/manipulating-strings-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ topics: [python]
abstract: "This lesson is a brief introduction to string manipulation techniques in Python."
next: from-html-to-list-of-words-1
previous: working-with-web-pages
python_warning: true
python_warning: false
redirect_from: /lessons/manipulating-strings-in-python
---

Expand Down
2 changes: 1 addition & 1 deletion en/lessons/working-with-text-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ topics: [python]
abstract: "In this lesson you will learn how to manipulate text files using Python."
next: code-reuse-and-modularity
previous: viewing-html-files
python_warning: true
python_warning: false
redirect_from: /lessons/working-with-text-files
---

Expand Down
2 changes: 1 addition & 1 deletion es/lecciones/crear-y-ver-archivos-html-con-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ difficulty: 2
activity: presenting
topics: [python, website]
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."
python_warning: true
python_warning: false
---

{% include toc.html %}
Expand Down
2 changes: 1 addition & 1 deletion es/lecciones/manipular-cadenas-de-caracteres-en-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ next: de-html-a-lista-de-palabras-1
previous: trabajar-con-paginas-web
original: manipulating-strings-in-python
redirect_from: /es/lessons/manipulating-strings-in-python
python_warning: true
python_warning: false
difficulty: 2
activity: transforming
topics: [python]
Expand Down
2 changes: 1 addition & 1 deletion es/lecciones/trabajar-con-archivos-de-texto.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ next: reutilizacion-de-codigo-y-modularidad
previous: ver-archivos-html
original: working-with-text-files
redirect_from: /es/lessons/working-with-text-files
python_warning: true
python_warning: false
difficulty: 2
activity: transforming
topics: [python]
Expand Down

0 comments on commit 954b8a0

Please sign in to comment.