Skip to content

Commit fc92388

Browse files
committed
Review fixes
1 parent 77b3ac2 commit fc92388

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • transifex/native/django/management/utils

transifex/native/django/management/utils/push.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _extract_strings(self, translatable_file):
231231
232232
Supports both Python files and Django template files.
233233
234-
:: TranslatableFile translatable_file: the file to search
234+
:param: TranslatableFile translatable_file: the file to search
235235
:return: a list of SourceString objects
236236
:rtype: list
237237
"""
@@ -328,8 +328,8 @@ def _print_verbose_group(self, label, items):
328328
def _show_push_results(self, status_code, response_content):
329329
"""Display results of pushing the source strings to CDS.
330330
331-
:: int status_code: the HTTP status code
332-
:: dict response_content: the content of the response
331+
:param: int status_code: the HTTP status code
332+
:param: dict response_content: the content of the response
333333
"""
334334
try:
335335
data = response_content.get('data', {})

0 commit comments

Comments
 (0)