Skip to content

Commit 5e80343

Browse files
authored
Typo and link fixes per issue 4273. (#4254)
1 parent 994ebfa commit 5e80343

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/ABOUT.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ But do not be fooled: while programming across paradigms is fully supported, [ev
77

88

99
Python was created by Guido van Rossum and first released in 1991.
10-
The [Python Software Foundation][psf] manages and directs resources for Python and CPython development and receives proposals for changes to the language from [members][psf membership] of the community via [Python Enhancement Proposals or PEPs][peps].
11-
It is considered a strong language for programmers [starting their journey][python for beginners], with a welcoming community and many resources available to learners of all levels and persuasions.
10+
The [Python Software Foundation][psf] manages and directs resources for Python and CPython development and receives proposals for changes to the language from [members][psf membership] of the community via [Python Enhancement Proposals (PEPs)][peps].
11+
It is considered a strong language for programmers [starting their journey][python for beginners], with a welcoming community and many resources available to learners of all levels and interests.
1212

1313

1414
Python puts a strong emphasis on code readability and (_similar to Haskell_) uses [significant indentation][significant indentation] to denote function, method, and class definitions.
15-
Code can be written and executed from the command line, in an interactive interpreter session, in [JupyterLab][jupyter] (Jupyter notebook), or a wide variety of [code editors and IDEs][editors for python].
15+
Code can be written and executed from the command line, in an interactive interpreter session, in [JupyterLab][jupyter] (Jupyter Notebooks), or a wide variety of [code editors and IDEs][editors for python].
1616

1717
[Python is used extensively][python is used extensively] in scientific computing, finance, games, networking, internet development, and in assembling pipelines of other programs.
1818

1919

2020
The [zen of Python (PEP 20)][the zen of python] and [What is Pythonic?][what is pythonic] lay out additional philosophies and perspectives on the language.
2121

2222

23-
Tests and tooling for this track currently support `3.10` - `3.13.5` (_tests_) and [`Python 3.13.5`][313-new-features] (_tooling_).
23+
Tests and tooling for this track currently support `Python 3.10 - 3.13.7` (_tests_) and [`Python 3.13.7`][313-new-features] (_tooling_).
2424
It is highly recommended that students upgrade to at least `Python 3.10`, as some features used by this track may not be supported in earlier versions.
2525
That being said, most of the exercises will work with `Python 3.6+`, or even earlier versions.
2626
But we don't guarantee support for versions not listed under [Active Python Releases][active-python-releases].
2727
We will try to note when a feature is only available in a certain version.
2828

2929

30-
Complete documentation for the current release of Python (3.13.x) can be found at [docs.python.org][python docs].
30+
Complete documentation for the track's in-use release of Python (`3.13.x`) can be found at [docs.python.org][python docs].
3131

3232
- [Python Tutorial][python tutorial]
3333
- [Python Library Reference][python library reference]
@@ -46,9 +46,9 @@ Complete documentation for the current release of Python (3.13.x) can be found a
4646
[gradual typing]: https://en.wikipedia.org/wiki/Gradual_typing
4747
[jupyter]: http://jupyter.org
4848
[object oriented programming]: https://en.wikipedia.org/wiki/Object-oriented_programming
49-
[peps]: https://www.python.org/dev/peps/
49+
[peps]: https://peps.python.org/
5050
[psf membership]: https://www.python.org/psf/membership/
51-
[psf]: https://www.python.org/psf/
51+
[psf]: https://www.python.org/psf-landing/
5252
[python docs]: https://docs.python.org/3.13/
5353
[python faqs]: https://docs.python.org/3.13/faq/index.html
5454
[python for beginners]: https://www.python.org/about/gettingstarted/
@@ -61,4 +61,4 @@ Complete documentation for the current release of Python (3.13.x) can be found a
6161
[significant indentation]: https://docs.python.org/3.13/reference/lexical_analysis.html#indentation
6262
[the zen of python]: https://www.python.org/dev/peps/pep-0020/
6363
[type hints]: https://docs.python.org/3/library/typing.html
64-
[what is pythonic]: https://blog.startifact.com/posts/older/what-is-pythonic.html
64+
[what is pythonic]: https://blog.startifact.com/posts/what-is-pythonic/

0 commit comments

Comments
 (0)