8000 gh-107017: Rework the Fibonacci example by TommyUnreal · Pull Request #107132 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107017: Rework the Fibonacci example #107132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fIXED WARNING: Title underline too short lint.
  • Loading branch information
TommyUnreal authored Aug 22, 2023
commit 33a3b3c73c5fc982d6060b14e7170f11cac2a035
2 changes: 1 addition & 1 deletion Doc/tutorial/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ knows we have finished typing the last line)::
4

Function arguments
-----------------
------------------

We already know the :func:`print` function, which writes the value of the
argument(s) it receives on screen. The arguments are enclosed within
Expand Down
0