r46928 - Add news fragment and update docstring for tests.
adiroiban-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: adiroiban
Date: Sat Mar 5 17:40:28 2016
New Revision: 46928
Added:
branches/deprecated-property-8124/twisted/topfiles/8124.misc
Modified:
branches/deprecated-property-8124/twisted/python/test/test_deprecate.py
Log:
Add news fragment and update docstring for tests.
Modified: branches/deprecated-property-8124/twisted/python/test/test_deprecate.py
==============================================================================
--- branches/deprecated-property-8124/twisted/python/test/test_deprecate.py (original)
+++ branches/deprecated-property-8124/twisted/python/test/test_deprecate.py Sat Mar 5 17:40:28 2016
@@ -708,6 +708,8 @@
def someProperty(self):
"""
Getter docstring.
+
+ @return: The property.
"""
return self._someProtectedValue