Skip to content
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

Fix typos in the doc of flax.linen.Module.bind #2269

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

nalzok
Copy link
Contributor

@nalzok nalzok commented Jul 5, 2022

What does this PR do?

Fixes several typos in the documentation for flax.linen.Module.bind.

Checklist

  • This PR fixes a minor issue (e.g.: typo or small bug) or improves the docs (you can dismiss the other
    checks if that's the case).
  • This change is discussed in a Github issue/discussion (please add a link).
  • The documentation and docstrings adhere to the
    documentation guidelines.
  • This change includes necessary high-coverage tests.
    (No quality testing = no merge!)

@marcvanzee
Copy link
Collaborator

Thank you!

@codecov-commenter
Copy link

Codecov Report

Merging #2269 (8fb4476) into main (ffb04e7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2269   +/-   ##
=======================================
  Coverage   75.80%   75.80%           
=======================================
  Files          61       61           
  Lines        5378     5378           
=======================================
  Hits         4077     4077           
  Misses       1301     1301           
Impacted Files Coverage Δ
flax/linen/module.py 93.77% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ffb04e7...8fb4476. Read the comment docs.

@copybara-service copybara-service bot merged commit 97db261 into google:main Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants