Skip to content

fix(curriculum): update count() function to count() method in tuple section#66162

Merged
raisedadead merged 3 commits intofreeCodeCamp:mainfrom
jeevithdev:main
Mar 2, 2026
Merged

fix(curriculum): update count() function to count() method in tuple section#66162
raisedadead merged 3 commits intofreeCodeCamp:mainfrom
jeevithdev:main

Conversation

@jeevithdev
Copy link
Copy Markdown
Contributor

Checklist:

  • I have read and followed the contribution guidelines.
  • I have read and followed the how to open a pull request guide.
  • My pull request targets the main branch of freeCodeCamp.
  • I have tested these changes locally.

Closes #66154

Description

Replaced incorrect references to count() function with count() method in the Common Tuple Methods section of the Loops and Sequences review.

Copilot AI review requested due to automatic review settings March 1, 2026 16:49
@jeevithdev jeevithdev requested review from a team as code owners March 1, 2026 16:49
@github-actions github-actions bot added the scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. label Mar 1, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes inaccurate terminology in the Python Loops and Sequences review curriculum by replacing the word "function" with "method" when describing count(), since count() is a method called on a tuple object.

Changes:

  • Line 358: Updated "count() function" → "count() method" in the Common Tuple Methods section

@raisedadead raisedadead changed the title fix: update count() function to count() method in tuple section fix(curriculum): update count() function to count() method in tuple section Mar 2, 2026
Copy link
Copy Markdown
Member

@raisedadead raisedadead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨ ✨ AWESOME! ✨ ✨

LGTM.

Thanks for this pull request and for contributing to the codebase for the first time. We will be looking forward to more contributions in the future.

Happy contributing.

@raisedadead raisedadead merged commit d4533e7 into freeCodeCamp:main Mar 2, 2026
11 checks passed
LGH831 pushed a commit to LGH831/freeCodeCamp that referenced this pull request Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update function to method in Python Loops Review

4 participants