Skip to content

Commit c212e91

Browse files
committedOct 5, 2012
typo in console_sci
1 parent b3589d4 commit c212e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/console_sci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ def commandConsole(self, command):
152152
self.append('cLayer = iface.mapCanvas().currentLayer()')
153153
self.move_cursor_to_end()
154154
elif command == "qtCore":
155-
"""Retrieve current Layer from map camvas"""
155+
"""Import QtCore class"""
156156
self.append('from PyQt4.QtCore import *')
157157
self.move_cursor_to_end()
158158
elif command == "qtGui":
159-
"""Retrieve current Layer from map camvas"""
159+
"""Import QtGui class"""
160160
self.append('from PyQt4.QtGui import *')
161161
self.move_cursor_to_end()
162162
self.setFocus()

0 commit comments

Comments
 (0)
Please sign in to comment.