Skip to content

Commit

Permalink
Fixed minor project typos. (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored and csadorf committed Apr 13, 2019
1 parent e55cc68 commit d0724d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions signac/contrib/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_indexes(root):


class JobSearchIndex(object):
"""Search for sepcific jobs with filters.
"""Search for specific jobs with filters.
The JobSearchIndex allows to search for job_ids,
that are part of an index, which match specific
Expand Down Expand Up @@ -303,7 +303,7 @@ def doc(self, new_doc):

@property
def stores(self):
"""Access HDF5-stores associated wit this project.
"""Access HDF5-stores associated with this project.
Use this property to access an HDF5 file within the project's root
directory using the H5Store dict-like interface.
Expand Down Expand Up @@ -790,7 +790,7 @@ def create_linked_view(self, prefix=None, job_ids=None, index=None, path=None):
Similar to :meth:`~.export_to`, this function expands the data space for the selected
jobs, but instead of copying data will create symbolic links to the individual job
workspace directories. This is primarily uselful for browsing through the data
workspace directories. This is primarily useful for browsing through the data
space using a file-browser with human-interpretable directory paths.
By default, the paths of the view will be based on variable state point keys as part
Expand Down Expand Up @@ -1015,7 +1015,7 @@ def export_to(self, target, path=None, copytree=None):
or `False`, which means that we just use the job-id as path.
Defaults to the equivalent of ``{{auto}}``.
:param copytree:
The function used for the actualy copying of directory tree
The function used for the actual copying of directory tree
structures. Defaults to :func:`shutil.copytree`.
Can only be used when the target is a directory.
:returns:
Expand Down

0 comments on commit d0724d9

Please sign in to comment.