Correct the reference to the staged examples files (#21557)

This commit is contained in:
Tamara Dahlgren 2021-02-13 08:14:38 -08:00 committed by GitHub
parent 871fdc12b6
commit 851490bd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4123,9 +4123,9 @@ are copied **after** the package is installed during the build process.
The method copies files to the package's metadata directory under The method copies files to the package's metadata directory under
the ``self.install_test_root``. All files in the package source's the ``self.install_test_root``. All files in the package source's
``tests`` directory for the example above will be copied to the ``tests`` directory for the example above will be copied to the
``join_path(self.install_test_root, 'tests')`` directory. The files ``join_path(self.install_test_root, 'tests')`` directory. The two
will be copied to the ``join_path(self.install_test_root, 'examples')`` files listed under the staged ``examples`` directory will be copied
directory. to the ``join_path(self.install_test_root, 'examples')`` directory.
.. note:: .. note::