1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Spellcheck on all Python files

This commit is contained in:
dmiller
2014-02-20 21:22:30 +00:00
parent 1575c63d7d
commit a72faf3906
21 changed files with 75 additions and 75 deletions

View File

@@ -144,7 +144,7 @@ class BWChangeableComboBoxEntry(gtk.ComboBoxEntry):
if self.get_active() != -1:
self.__last_active = self.get_active()
def bw_get_lenght(self):
def bw_get_length(self):
"""
"""
return len(self.__liststore)