Skip to content
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

[Concept Entry] Python Deque Deque #4452 #4511

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Aquacoder345
Copy link

Description

  • Added the Concept Entry Python Deque

Issue Solved

Type of Change

  • Adding a new entry

Checklist

  • [x ] All writings are my own.
  • [x ] My entry follows the Codecademy Docs style guide.
  • [x ] My changes generate no new warnings.
  • [x ] I have performed a self-review of my own writing and code.
  • [x ] I have checked my entry and corrected any misspellings.
  • [x ] I have made corresponding changes to the documentation if needed.
  • [ x] I have confirmed my changes are not being pushed from my forked main branch.
  • [ x] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • [ x] I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Apr 7, 2024

CLA assistant check
All committers have signed the CLA.

@letsbuildanything letsbuildanything self-assigned this Apr 7, 2024
@letsbuildanything letsbuildanything added python Python entries new entry New entry or entries status: under review Issue or PR is currently being reviewed labels Apr 7, 2024
Copy link
Collaborator

@letsbuildanything letsbuildanything left a comment

Choose a reason for hiding this comment

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

@Aquacoder345 I've requested some changes below. Please make them ASAP.

content/python/concepts/deque/deque.md Show resolved Hide resolved
content/python/concepts/deque/deque.md Outdated Show resolved Hide resolved
content/python/concepts/deque/deque.md Outdated Show resolved Hide resolved
content/python/concepts/deque/deque.md Outdated Show resolved Hide resolved
content/python/concepts/deque/deque.md Outdated Show resolved Hide resolved
content/python/concepts/deque/deque.md Outdated Show resolved Hide resolved
@letsbuildanything
Copy link
Collaborator

@Aquacoder345
you've committed changes to the package.json and yarn.lock files. Please remove these changes.

@Aquacoder345
Copy link
Author

@letsbuildanything I believe I found and delete the changes made to the package.json. To my knowledge I did not make any manual changes to the yarn.lock file, are you able to assist me with finding what changes I made to yarn.lock.

@letsbuildanything
Copy link
Collaborator

@Aquacoder345, you might be seeing these changes, possibly due to package updates made by you. I suggest reverting them back to their previous state/version, which might solve this issue.
Feel free to ask if you need any further assistance. Looking forward to your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Concept Entry] Python Deque Deque
3 participants