Skip to content

Conversation

@RazerTexz
Copy link
Contributor

From: var string = "I have {} cats.".format([3])
To: var string = "I have {0} cats.".format([3])

From: `var string = "I have {} cats.".format([3])`
To: `var string = "I have {0} cats.".format([3])`
@tetrapod00 tetrapod00 added bug topic:gdscript area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.3 cherrypick:4.4 and removed cherrypick:4.4 labels Mar 4, 2025
Copy link
Contributor

@skyace65 skyace65 left a comment

Choose a reason for hiding this comment

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

Tested the old code, confirmed it doesn't work. Confirmed that the new code does work.

@skyace65 skyace65 merged commit ce2a1b5 into godotengine:master Mar 5, 2025
2 checks passed
@skyace65
Copy link
Contributor

skyace65 commented Mar 5, 2025

Thanks! And congrats on your first merged PR!

@RazerTexz
Copy link
Contributor Author

RazerTexz commented Mar 6, 2025

Thanks, appreciate it!

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

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug cherrypick:4.3 topic:gdscript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants