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

Fixes #6 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ucsc_apis/admin/core_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

"""
This module performs the operation related to TFTP core Expoerter.
This module performs the operation related to TFTP core Exporter.
"""
from ..common.utils import get_device_profile_dn
ucsc_base_dn = get_device_profile_dn(name="default")
Expand Down
2 changes: 1 addition & 1 deletion ucsc_apis/admin/keyring.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def trusted_point_modify(handle, name, **kwargs):

def trusted_point_delete(handle, name):
"""
Deletes a truted point
Deletes a trusted point

Args:
handle (ucschandle)
Expand Down
2 changes: 1 addition & 1 deletion ucsc_apis/network/mcast_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

"""
This module performs the create the mulitcast policer under the specified org
This module performs the create the multicast policer under the specified org
"""
from ucscsdk.ucscexception import UcscOperationError

Expand Down