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

chore(weave): media docs copy change #2761

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Conversation

gtarpenning
Copy link
Member

@gtarpenning gtarpenning commented Oct 23, 2024

PIL.Image -> PIL.Image.Image

@gtarpenning gtarpenning marked this pull request as ready for review October 23, 2024 15:52
@gtarpenning gtarpenning requested a review from a team as a code owner October 23, 2024 15:52
@@ -29,7 +29,7 @@ def generate_image(prompt: str) -> Image:
image_response = requests.get(image_url, stream=True)
image = Image.open(image_response.raw)

# return an Image.Image object to be logged as an image
# return an PIL.Image.Image object to be logged as an image
Copy link
Collaborator

@andrewtruong andrewtruong Oct 23, 2024

Choose a reason for hiding this comment

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

Suggested change
# return an PIL.Image.Image object to be logged as an image
# return a PIL.Image.Image object to be logged as an image

@circle-job-mirror
Copy link

circle-job-mirror bot commented Oct 23, 2024

@gtarpenning gtarpenning merged commit 1a02719 into master Oct 23, 2024
105 checks passed
@gtarpenning gtarpenning deleted the griffin/fix-audio-docs branch October 23, 2024 16:05
@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants