Skip to content

Commit

Permalink
Update inflector.rst
Browse files Browse the repository at this point in the history
The second line of the humanize() method, in the table, was a bit broken as it had the reST cell border markups slightly misaligned.
Fixed now.
  • Loading branch information
admusin authored Dec 5, 2016
1 parent 7ae7978 commit 3a70d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/inflector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ when provided a multi-word argument:
+-------------------+---------------+---------------+
| ``humanize()`` | big_apples | Big Apples |
+ +---------------+---------------+
| | bigApple | BigApple |
| | bigApple | BigApple |
+-------------------+---------------+---------------+
| ``classify()`` | big_apples | BigApple |
+ +---------------+---------------+
Expand Down

0 comments on commit 3a70d4f

Please sign in to comment.