Skip to content

Commit f89fc40

Browse files
committed
Change 3d_shape to more natural '3d shape'
1 parent 8cbf5d8 commit f89fc40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test_module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,13 @@ def test_search_keyword(self):
626626
"""
627627
Test that we can search based on specific keywords
628628
629-
When we search for the keyword "3d_shape" the author
629+
When we search for the keyword "3d shape" the author
630630
Steven A. Cholewiak should be among those listed.
631631
When we search for the keyword "Haptics", Oussama Khatib
632632
should be listed first.
633633
"""
634634
# Example 1
635-
authors = [a['name'] for a in scholarly.search_keyword('3d_shape')]
635+
authors = [a['name'] for a in scholarly.search_keyword('3d shape')]
636636
self.assertIsNot(len(authors), 0)
637637
self.assertIn(u'Steven A. Cholewiak, PhD', authors)
638638

0 commit comments

Comments
 (0)