فهرست منبع

We're using Google style docstrings now.

Jelmer Vernooij 5 سال پیش
والد
کامیت
5ccb88a446
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CONTRIBUTING.rst

+ 1 - 1
CONTRIBUTING.rst

@@ -15,7 +15,7 @@ Furthermore, triple-quotes should always be """, single quotes are ' unless
 using " would result in less escaping within the string.
 using " would result in less escaping within the string.
 
 
 Public methods, functions and classes should all have doc strings. Please use
 Public methods, functions and classes should all have doc strings. Please use
-epydoc style docstrings to document parameters and return values.
+Google style docstrings to document parameters and return values.
 You can generate the documentation by running "make doc".
 You can generate the documentation by running "make doc".
 
 
 Running the tests
 Running the tests