From 36f71788620bb17d123669cf03f086fb2b87b3a8 Mon Sep 17 00:00:00 2001 From: Bob Poekert Date: Fri, 5 Dec 2014 16:47:43 -0800 Subject: Change pronoun in doc string from "his" to gender-neutral "their" --- numpy/lib/format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/format.py') diff --git a/numpy/lib/format.py b/numpy/lib/format.py index b93f86ca3..67da0d6d1 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -35,7 +35,7 @@ Capabilities - Is straightforward to reverse engineer. Datasets often live longer than the programs that created them. A competent developer should be - able to create a solution in his preferred programming language to + able to create a solution in their preferred programming language to read most ``.npy`` files that he has been given without much documentation. -- cgit v1.2.1