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

[issue/211] Fix docs typos on recipes.rst #212

Merged
merged 2 commits into from
Jun 18, 2021
Merged

[issue/211] Fix docs typos on recipes.rst #212

merged 2 commits into from
Jun 18, 2021

Conversation

timjklein36
Copy link
Collaborator

Fixes #211.

Addresses a couple of typos in a note on the Recipes documentation page.

- Update CHANGELOG in prep for PR
@timjklein36 timjklein36 added the documentation Improvements or additions to documentation label Jun 18, 2021
@timjklein36 timjklein36 self-assigned this Jun 18, 2021
@@ -72,8 +72,8 @@ Or if you don't want a persisted instance: ::
use ``make_recipe``/``prepare_recipe`` by adding the tests module to the string you've passed as an argument.
For example: ``baker.make_recipe("shop.tests.customer_joe")``

So, short summary, you can place your ``barker_recipes.py`` **anywhere** you want to and to use it having in mind
you'll only have to simulate an import but ofuscating the ``barker_recipes`` module from the import string.
Copy link
Contributor

Choose a reason for hiding this comment

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

Ooops 🐶

Copy link
Contributor

@anapaulagomes anapaulagomes left a comment

Choose a reason for hiding this comment

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

Cool! Thanks!

@amureki amureki merged commit 05174d2 into main Jun 18, 2021
@amureki amureki deleted the issue/211 branch June 18, 2021 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in docs
3 participants