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 missing-space-before-role lint error.
  • Loading branch information
TommyUnreal authored Aug 22, 2023
commit 7e627a4c3904d003dbe6f6c78cf2201ce3e541fb
2 changes: 1 addition & 1 deletion Doc/tutorial/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ knows we have finished typing the last line)::
Function arguments
-----------------

We already know the : func:`print` function, which writes the value of the
We already know the :func:`print` function, which writes the value of the
argument(s) it receives on screen. The arguments are enclosed within
parentheses ``()``. In simplest form, like ``print(a, b)``, the arguments
are positional, meaning the function processes them in the same order
Expand Down
0