fix: tradução de sets para conjunto ao longo do livro #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the Jupyter notebooks and the table of contents in the book. The primary focus is on renaming "sets" to "conjuntos" to maintain consistency in terminology. Additionally, there are minor metadata updates and formatting adjustments.
Terminology Updates:
book/06-estruturas-de-dados/04-dicionarios.ipynb
: Changed "sets" to "conjuntos" in the chapter summary.book/07-fluxo-controle/01-condicionais.ipynb
: Updated terminology from "sets" to "conjuntos" in markdown cells.book/07-fluxo-controle/02-repeticao.ipynb
: Replaced "sets" with "conjuntos" throughout the chapter. [1] [2] [3] [4]book/08-funcoes/01-introducao.ipynb
: Changed "sets" to "conjuntos" in the context of sequence manipulation functions.File and Metadata Updates:
book/06-estruturas-de-dados/05-conjuntos.ipynb
: Renamed file from05-sets.ipynb
to05-conjuntos.ipynb
and updated image references.book/_toc.yml
: Updated the table of contents to reflect the new file name for "conjuntos".Version Updates:
book/07-fluxo-controle/01-condicionais.ipynb
: Updated Python version metadata.book/07-fluxo-controle/02-repeticao.ipynb
: Updated Python version metadata.book/08-funcoes/01-introducao.ipynb
: Updated Python version metadata.