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 #1130

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/result-builders/Custom.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=====================
Custom ResuiltBuilder
Custom ResultBuilder
=====================

If you have a use case for a custom ResuiltBuilder, tell us on `Slack <https://join.slack.com/t/hamilton-opensource/shared\_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_
If you have a use case for a custom ResultBuilder, tell us on `Slack <https://join.slack.com/t/hamilton-opensource/shared\_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg>`_
or via a `GitHub issues <https://github.com/DAGWorks-Inc/hamilton/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=>`__. Knowing about your use case and talking through help ensures we aren't duplicating effort, and that it'll be using part of the API we don't intend to change.

What you need to do
Expand Down
2 changes: 1 addition & 1 deletion hamilton/io/materialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class Extract(metaclass=extractor_meta__):

class from_(Extract):
"""This is the entry point for Extraction. Note that this is coupled
with the driver's materialiez function -- properties are dynamically assigned
with the driver's materialize function -- properties are dynamically assigned
based on data loaders that have been registered, allowing you to call `from_.csv`/`from_.json`.
For full documentation, see the documentation for the `materialize` function in the hamilton
driver.
Expand Down