Skip to content

docs/python: fix snippets and is_prime example#224

Open
sgaynetdinov wants to merge 1 commit into
lmstudio-ai:mainfrom
sgaynetdinov:patch-1
Open

docs/python: fix snippets and is_prime example#224
sgaynetdinov wants to merge 1 commit into
lmstudio-ai:mainfrom
sgaynetdinov:patch-1

Conversation

@sgaynetdinov
Copy link
Copy Markdown

Old

  • is_prime(4) -> True
  • is_prime(9) -> True
  • is_prime(10) -> False
  • is_prime(11) -> True
  • is_prime(49) -> True

New

  • is_prime(4) -> False
  • is_prime(9) -> False
  • is_prime(10) -> False
  • is_prime(11) -> True
  • is_prime(49) -> False

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 17, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@sgaynetdinov
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

@github-actions github-actions Bot added the CLA signed Indicates that all contributors have signed label May 17, 2026
@sgaynetdinov
Copy link
Copy Markdown
Author

recheck

@sgaynetdinov
Copy link
Copy Markdown
Author

review ready @yagil

@sgaynetdinov
Copy link
Copy Markdown
Author

Review ready @rugvedS07

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

Labels

CLA signed Indicates that all contributors have signed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant