-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: remove trailing colon character for valid syntax #33285
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
base: master
Are you sure you want to change the base?
fix: remove trailing colon character for valid syntax #33285
Conversation
The current Python code example has an extra colon character
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Fixed a Python syntax error in the code example by removing an extraneous trailing colon after posthog.get_feature_flag()
in frontend/src/scenes/experiments/ExperimentCodeSnippets.tsx
.
- Fixed invalid Python syntax in example code that would have caused errors when copy-pasted
1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes #33284
The current Python code example has an extra colon character.
Problem
There is an extra colon character in the Python snippet in
ExperimentCodeSnippets.tsx
.Changes
I corrected the code snippet.
Did you write or update any docs for this change?
No docs other than the snipped were edited