| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b71f411 commit 5eed6af
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -709,7 +709,7 @@ def mkargspec(self, topline, in_arg, down): | |||
| 709 | 709 | is_bound_method = topline.is_bound_method | |
| 710 | 710 | if py3: | |
| 711 | 711 | kwonly = topline.argspec.kwonly | |
| 712 | - kwonly_defaults = topline.kwonly_defaults or dict() | ||
| 712 | + kwonly_defaults = topline.argspec.kwonly_defaults or dict() | ||
| 713 | 713 | max_w = int(self.scr.getmaxyx()[1] * 0.6) | |
| 714 | 714 | self.list_win.erase() | |
| 715 | 715 | self.list_win.resize(3, max_w) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments