Skip to content

Commit

Permalink
Fixed minor pod formatting issue in PDL::Transform
Browse files Browse the repository at this point in the history
  • Loading branch information
run4flat committed Dec 26, 2012
1 parent 94fa430 commit a76f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/Transform/transform.pd
Expand Up @@ -52,7 +52,7 @@ FROM the destination dataspace (or image plane) TO the source dataspace;
hence PDL::Transform keeps track of both the forward and inverse transform.

For terseness and convenience, most of the constructors are exported
into the current package with the name C<t_\<transform\>>, so the following
into the current package with the name C<< t_<transform> >>, so the following
(for example) are synonyms:

$t = new PDL::Transform::Radial(); # Long way
Expand Down

0 comments on commit a76f87b

Please sign in to comment.