Merge "Fix capital letter in doc"

This commit is contained in:
Jenkins
2016-10-03 06:31:03 +00:00
committed by Gerrit Code Review

View File

@@ -43,7 +43,7 @@ In order to create a new strategy, you have to:
Note: Do not use a variable to return the translated string so it can be Note: Do not use a variable to return the translated string so it can be
automatically collected by the translation tool. automatically collected by the translation tool.
- Implement its :py:meth:`~.BaseStrategy.get_translatable_display_name` - Implement its :py:meth:`~.BaseStrategy.get_translatable_display_name`
class method to return the translation key (actually the english display class method to return the translation key (actually the English display
name) of your new strategy. The value return should be the same as the name) of your new strategy. The value return should be the same as the
string translated in :py:meth:`~.BaseStrategy.get_display_name`. string translated in :py:meth:`~.BaseStrategy.get_display_name`.
- Implement its :py:meth:`~.BaseStrategy.execute` method to return the - Implement its :py:meth:`~.BaseStrategy.execute` method to return the