Skip to content

Commit

Permalink
Fix typo in docs "textures" -> "fixtures"
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Feb 15, 2017
1 parent 231e2f9 commit 8f98ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/writing_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ application modules:
if ``myapp.testsupport.myplugin`` also declares ``pytest_plugins``, the contents
of the variable will also be loaded as plugins, and so on.

This mechanism makes it easy to share textures within applications or even
This mechanism makes it easy to share fixtures within applications or even
external applications without the need to create external plugins using
the ``setuptools``'s entry point technique.

Expand Down

0 comments on commit 8f98ac5

Please sign in to comment.