From b2147b15e11b3d30d646098696ef69d749aeb5b2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Mar 2012 08:52:35 -0700 Subject: Replace @returns with @return. --- pym/portage/util/_pty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/util/_pty.py') diff --git a/pym/portage/util/_pty.py b/pym/portage/util/_pty.py index 95082cf5b..11c8b92af 100644 --- a/pym/portage/util/_pty.py +++ b/pym/portage/util/_pty.py @@ -27,7 +27,7 @@ def _create_pty_or_pipe(copy_term_size=None): then the term size will be copied to the pty. @type copy_term_size: int @rtype: tuple - @returns: A tuple of (is_pty, master_fd, slave_fd) where + @return: A tuple of (is_pty, master_fd, slave_fd) where is_pty is True if a pty was successfully allocated, and False if a normal pipe was allocated. """ -- cgit v1.2.3-1-g7c22