Skip to content

Commit 402a1d3

Browse files
authored
Fixed more docstring corruption
1 parent caf059d commit 402a1d3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

patterns/structural/mvc.py

-8
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ def show_item_information(self, item_name):
103103
Show information about a {item_type} item.
104104
:param str item_name: the name of the {item_type} item to show information about
105105
"""
106-
"""
107-
Show information about a {item_type} item.
108-
:param str item_name: the name of the {item_type} item to show information about
109-
"""
110-
"""
111-
Prints the information of a given item.
112-
:param str item_name: name of the item to be found
113-
"""
114106
try:
115107
item_info = self.model.get(item_name)
116108
except Exception:

0 commit comments

Comments
 (0)