Skip to content

fix: typo #1586

New issue

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

By clicking “No 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? No Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2023
Merged

fix: typo #1586

merged 1 commit into from
Dec 3, 2023

Conversation

ZeGmX
Copy link
Contributor

@ZeGmX ZeGmX commented Dec 3, 2023

Pull Request Type

  • Feature addition
  • Bugfix
  • Documentation update
  • Code refactor
  • Tests improvement
  • CI/CD pipeline enhancement
  • Other: [Replace with a description]

Description

Fixed a typo: replaced a "f with a f".

Changes

Fixed a typo: replaced a "f with a f".

Related Issues

Test Scenarios

Use this as a command callback

async def callback(ctx):
  p = Paginator.create_from_list(client=bot, content=["a"*70, "b"*70, "c"*70], page_size=80)
  await p.send(ctx, ephemeral=True)

Returns a Paginator with the correct 3 pages.

Python Compatibility

  • I've ensured my code works on Python 3.10.x
  • I've ensured my code works on Python 3.11.x

Checklist

  • I've run the pre-commit code linter over all edited files
  • I've tested my changes on supported Python versions
  • I've added tests for my code, if applicable
  • I've updated / added documentation, where applicable

@silasary silasary merged commit 53d6c8f into interactions-py:unstable Dec 3, 2023
@i0bs
Copy link
Contributor

i0bs commented Dec 3, 2023

oh we are so back gamers

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

Successfully merging this pull request may close these issues.

4 participants