Bug 363752 - typo in builtindocumentation.py
Summary: typo in builtindocumentation.py
Status: RESOLVED FIXED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Documentation data (show other bugs)
Version: 1.7.2
Platform: Arch Linux Linux
: NOR minor
Target Milestone: 1.7.3
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-31 16:49 UTC by Alex Maystrenko
Modified: 2016-07-17 14:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.