Skip to content

Commit

Permalink
Documentation edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Feb 4, 2015
1 parent 1bbb063 commit 7f485d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jss/distribution_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ class DistributionPoints(object):
dmg's to file repositories.
PLEASE NOTE: Not all DistributionPoint types support all of the
available methods. For example, JDS' do not have a copy_script()
method, and there are caveats to the reliability of the exists()
method.
available methods, or in the same way. For example, JDS' has
caveats to the reliability of the exists() method.
Support for AFP/SMB shares and JDS' are included, and are selected
based on configuration files. Planned support for HTTP(S) and CDP
Expand Down Expand Up @@ -315,6 +314,7 @@ def __repr__(self):


class MountedRepository(Repository):
"""Parent class for mountable file shares."""
def __init__(self, **connection_args):
super(MountedRepository, self).__init__(**connection_args)

Expand Down

0 comments on commit 7f485d1

Please sign in to comment.