Skip to content

Wrong method signature in doc #498

@charlesread

Description

@charlesread

The doc for head says that the method is:

head([{'-n', <num>},] file [, file ...])

But it should be:

head([{'-n': <num>},] file [, file ...])

(colon in options object)

@ariporad's EDIT:

- head([{'-n', <num>},] file [, file ...])
+ head([{'-n': <num>},] file [, file ...])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions