Skip to content

remove lines between docstring and symbol#67

Merged
johnnychen94 merged 1 commit intomasterfrom
jc/docs
Jun 2, 2021
Merged

remove lines between docstring and symbol#67
johnnychen94 merged 1 commit intomasterfrom
jc/docs

Conversation

@johnnychen94
Copy link
Member

@johnnychen94 johnnychen94 commented Jun 2, 2021

Empty lines are not allowed; otherwise ?BoundaryFill gives nothing useful:

help?> BoundaryFill
search: BoundaryFill

  No documentation found.

  ImageDraw.BoundaryFill is of type UnionAll.

  Summary
  ≡≡≡≡≡≡≡≡≡

  struct UnionAll <: Type{T}

  Fields
  ≡≡≡≡≡≡≡≡

  var  :: TypeVar
  body :: Any

  Supertype Hierarchy
  ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

  UnionAll <: Type{T} <: Any

This PR fixes the docstring issue by removing those unnecessary empty lines.

cc: @ashwani-rathee

@johnnychen94 johnnychen94 merged commit d967e7d into master Jun 2, 2021
@johnnychen94 johnnychen94 deleted the jc/docs branch June 2, 2021 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant