Skip to content

Commit

Permalink
Minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Harrison committed Nov 30, 2022
1 parent ca3755d commit a4c2f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions textfsm/clitable.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
# Copyright 2012 Google Inc. All Rights Reserved.
# Copyright 2022 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
# implied. See the License for the specific language governing
# permissions and limitations under the License.

"""GCLI Table - CLI data in TextTable format.
"""TCLI Table - CLI data in TextTable format.
Class that reads CLI output and parses into tabular format.
Expand Down Expand Up @@ -46,7 +46,7 @@ class Error(Exception):


class IndexTableError(Error):
"""General INdexTable error."""
"""General IndexTable error."""


class CliTableError(Error):
Expand Down

0 comments on commit a4c2f82

Please # to comment.