Skip to content

fix: Correct typos and formatting in the README.md file. #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YouMingYeh
Copy link

  • Fixed typo in the Cargo.toml example: removed the stray extra comma so the tauri-plugin-python entry now reads
    tauri-plugin-python = { version = "0.3", features = ["pyo3"] }
  • Added missing colon in the Python function declaration in src-tauri/src-python/main.py examples:
    def greet_python(rust_var):
        return str(rust_var) + " from python"
  • Tidied up surrounding comments and spacing for consistency.

No behavior changes; documentation only.

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

Successfully merging this pull request may close these issues.

1 participant