Bug 363752

Summary: typo in builtindocumentation.py
Product: [Developer tools] kdev-python Reporter: Alex Maystrenko <alexeytech>
Component: Documentation dataAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: minor CC: mail
Priority: NOR    
Version First Reported In: 1.7.2   
Target Milestone: 1.7.3   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alex Maystrenko 2016-05-31 16:49:00 UTC
in /usr/share/apps/kdevpythonsupport/documentation_files/builtindocumentation.py there is a typo

class set():
...
def intersetion(self, other, *others): return set()

should be interse c tion

Reproducible: Always




Please fix.
Comment 1 Alex Maystrenko 2016-07-15 09:09:04 UTC
Hello,
Why haven't you fixed that yet? Is my report valid?
Comment 2 Sven Brauch 2016-07-17 14:21:57 UTC
Git commit 475a95f7a709615a4f01c891bffe67ffbb12233e by Sven Brauch.
Committed on 17/07/2016 at 14:20.
Pushed by brauch into branch '5.0'.

fix typo

Thanks to FLHerne *wink*

M  +1    -1    documentation_files/builtindocumentation.py

http://commits.kde.org/kdev-python/475a95f7a709615a4f01c891bffe67ffbb12233e
Comment 3 Sven Brauch 2016-07-17 14:22:15 UTC
Sorry, I just overlooked the report.