##// END OF EJS Templates
vfs: do minor copyediting on comments and doc strings...
vfs: do minor copyediting on comments and doc strings These were flagged by PyCharm, so clear them from the gutter.

File last commit:

r50538:e1c586b9 default
r52779:e59e1d8d default
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...